Document..::..DocumentType Property

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

Syntax


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