DocumentCollection..::..DocumentTypes Property

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

Syntax


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