Section..::..ReadOnly Property

Namespace:  JiwaFinancials.Jiwa.JiwaApplication.SystemSettings
Assembly:  JiwaApplication (in JiwaApplication.dll)

Syntax


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