| FileReadOnly Property |
Whether the file is opened as read-only.
Namespace:
Galactic.FileSystem
Assembly:
Galactic.FileSystem (in Galactic.FileSystem.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax public bool ReadOnly { get; protected set; }
Public Property ReadOnly As Boolean
Get
Protected Set
public:
property bool ReadOnly {
bool get ();
protected: void set (bool value);
}
member ReadOnly : bool with get, set
Property Value
Type:
BooleanSee Also