IFileHandle.CanWrite Property

Definition

Returns whether CreateWriteStream is expected to succeed. Typically, once CreateWriteStream has been called once, this will forever more return false.

public bool CanWrite { get; }
member this.CanWrite : bool
Public ReadOnly Property CanWrite As Boolean

Property Value

Applies to