CanRead Property

MCManager API

Read access property, is true if the file is readable.

Namespace:  Moxiecode.Manager.FileSystems
Assembly:  MCManager (in MCManager.dll) Version: 1.0.0.0

Syntax

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

See Also