IFileHandle.CanWrite Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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