DocumentCollection..::..DocumentTableName Property

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

Syntax


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