Click or drag to resize

IMcStreamReadOnly Property

Returns a Boolean value that indicates whether the McStream is able to be Written to. Many factors can affect this status, such as support for a writable McStream Format, the current File's Permissions, Licensing, etc.... True means the file cannot be Written, False means the file may be Written.

Namespace:  MediaCy.IQL.IO
Assembly:  MediaCy.IQL.IO (in MediaCy.IQL.IO.dll) Version: 10.0.6912.0
Syntax
VB
ReadOnly Property ReadOnly As Boolean
	Get

Return Value

Type: Boolean
returns a Boolean
See Also