←Select platform

CanWrite Property (LeadFileStream)

Summary

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

Syntax

C#
VB
WinRT C#
C++
public bool CanWrite {get;} 
Public ReadOnly Property CanWrite As Boolean 
public bool CanWrite {get;} 
 get_CanWrite();  
public: 
property bool CanWrite { 
   bool get(); 
} 

Property Value

true if the LeadFileStream object supports writing; false, otherwise.

Remarks

If the LeadFileStream 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