DocumentCollection..::..DocumentTableIDColumnName Property

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

Syntax


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