'Declaration Public Overrides ReadOnly Property CanWrite As Boolean
public override bool CanWrite { get; }
public: __property bool get_CanWrite(); override;
Return Value
true - if the stream supports writing; false - if the stream is closed or was opened with read-only access.