ImageStream.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.
Indicates if you can write to the stream.
public:
property bool CanWrite { bool get(); };
bool CanWrite();
public bool CanWrite { get; }
var boolean = imageStream.canWrite;
Public ReadOnly Property CanWrite As Boolean
Property Value
Boolean
bool
Indicates whether or not you can write to the stream.