Budget..::..Month Property

Namespace:  JiwaFinancials.Jiwa.JiwaDebtors.XML
Assembly:  JiwaDebtors (in JiwaDebtors.dll)

Syntax


[DataMemberAttribute]
public Month Month { get; set; }
<DataMemberAttribute> _
Public Property Month As Month
	Get
	Set
[DataMemberAttribute]
public:
property Month^ Month {
	Month^ get ();
	void set (Month^ value);
}