Main..::..ExportDatabaseName Property

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

Syntax


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