AbstractPermission..::..AccessLevel Property

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

Syntax


public string AccessLevel { get; set; }
Public Property AccessLevel As String
	Get
	Set
public:
property String^ AccessLevel {
	String^ get ();
	void set (String^ value);
}