IApplicationModel.ConfigurationFilePath Property
Gets the path to the currently opened ConfigurationSourceModel.
Namespace: Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.Services
Assembly: Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)
Syntax
'Declaration
ReadOnly Property ConfigurationFilePath As String
string ConfigurationFilePath { get; }
property String^ ConfigurationFilePath {
String^ get ();
}
function get ConfigurationFilePath () : String
Return Value
The path to the currently opened ConfigurationSourceModel.
See Also
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.Services Namespace