Leadtools Namespace > ILeadStream Interface : CanRead Property |
bool CanRead {get;}
'Declaration ReadOnly Property CanRead As Boolean
'Usage Dim instance As ILeadStream Dim value As Boolean value = instance.CanRead
bool CanRead {get;}
@property (nonatomic, assign, readonly, getter=getCanRead) BOOL canRead;
boolean canRead();
get_CanRead();
If the ILeadStream object is closed, this property returns false.