Main..::..DemonstrationDatabaseName Property

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

Syntax


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