Note..::..NoteType Property

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

Syntax


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