C-DEngine 5.105

TheFileInfo..::..IsReadOnly Property

Gets or sets a value that determines if the current file is read only.

Namespace:  nsCDEngine.ViewModels
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public bool IsReadOnly { get; set; }
Public Property IsReadOnly As Boolean
	Get
	Set
public:
property bool^ IsReadOnly {
	bool^ get ();
	void set (bool^ value);
}