ElementProperty.ContainingElementXPath Property
The XPath to the XML element that declares the attribute for this configuration property.
Namespace: Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel
Assembly: Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property ContainingElementXPath As String
public virtual string ContainingElementXPath { get; }
public:
virtual property String^ ContainingElementXPath {
String^ get ();
}
public function get ContainingElementXPath () : String
Implements
IEnvironmentalOverridesProperty.ContainingElementXPath
See Also
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel Namespace