Share via


ProtectedFileStream.CanWrite property

Gets a value that indicates whether the file can be written to. Implements the IRandomAccessStream.CanWrite property.

Syntax

public:
virtual property bool CanWrite { 
   bool get();
}

Property value

Type: Boolean

True if the file can be written to; otherwise false.

Requirements

Minimum supported client
None supported
Minimum supported server
None supported
Minimum supported phone
Windows Phone 8.1
Namespace
Microsoft::RightsManagement
Metadata
Microsoft.RightsManagement.winmd

See also

ProtectedFileStream