Gets a value indicating whether this media file is read only.

Namespace: Composite.Data.Types
Assembly: Composite (in Composite.dll) Version: 5.3.6135.33083

Syntax

C#
bool IsReadOnly { get; }
Visual Basic
ReadOnly Property IsReadOnly As Boolean
	Get
Visual C++
property bool IsReadOnly {
	bool get ();
}

See Also