CustomFieldModule..::..TableName Property

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

Syntax


public string TableName { get; set; }
Public Property TableName As String
	Get
	Set
public:
property String^ TableName {
	String^ get ();
	void set (String^ value);
}