EnvironmentOverriddenElementPayload.ElementPath Property
Namespace: Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.BlockSpecifics.EnvironmentalOverrides
Assembly: Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)
Syntax
'Declaration
Public ReadOnly Property ElementPath As String
public string ElementPath { get; }
public:
property String^ ElementPath {
String^ get ();
}
public function get ElementPath () : String