Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Core Namespace / ChunkedMemoryStream Class / CanWrite Property


In This Topic
CanWrite Property
In This Topic
When overridden in a derived class, gets a value indicating whether the current stream supports writing.
Syntax
'Declaration
 
Public Overrides NotOverridable ReadOnly Property CanWrite As Boolean
 
'Usage
 
Dim instance As ChunkedMemoryStream
Dim value As Boolean
 
value = instance.CanWrite

Property Value

true if the stream supports writing; otherwise, false.
See Also