←Select platform

CanRead Property (ILeadStream)

Summary

Gets a value indicating whether the current ILeadStream object supports reading.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
bool CanRead {get;} 
ReadOnly Property CanRead As Boolean 
bool CanRead {get;} 
@property (nonatomic, assign, readonly, getter=getCanRead) BOOL canRead; 
boolean canRead(); 
get_CanRead();  
property bool CanRead { 
   bool get(); 
} 

Property Value

true if the ILeadStream object supports reading; false, otherwise.

Remarks

If the ILeadStream object is closed, this property returns false.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly