←Select platform

CanWrite Property (ILeadStream)

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
bool CanWrite {get;} 
ReadOnly Property CanWrite As Boolean 
bool CanWrite {get;} 
@property (nonatomic, assign, readonly, getter=getCanWrite) BOOL canWrite; 
boolean canWrite(); 
get_CanWrite();  
property bool CanWrite { 
   bool get(); 
} 

Property Value

true if the ILeadStream object supports writing; 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