Action..::..Description Property

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

Syntax


[DisplayNameAttribute]
public string Description { get; set; }
<DisplayNameAttribute> _
Public Property Description As String
	Get
	Set
[DisplayNameAttribute]
public:
property String^ Description {
	String^ get ();
	void set (String^ value);
}