Share via


EnvironmentOverriddenPropertyElement.ContainingElementXPath Property

The XPath to the element in XML that declares the attribute which contains the overridden value.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Configuration.EnvironmentalOverrides.Configuration
Assembly:  Microsoft.Practices.EnterpriseLibrary.Configuration.EnvironmentalOverrides (in Microsoft.Practices.EnterpriseLibrary.Configuration.EnvironmentalOverrides.dll)

Syntax

'Declaration
<ConfigurationPropertyAttribute("containingElementXPath", IsRequired := True,  _
    IsKey := True)> _
Public Property ContainingElementXPath As String
[ConfigurationPropertyAttribute("containingElementXPath", IsRequired = true, 
    IsKey = true)]
public string ContainingElementXPath { get; set; }
[ConfigurationPropertyAttribute(L"containingElementXPath", IsRequired = true, 
    IsKey = true)]
public:
property String^ ContainingElementXPath {
    String^ get ();
    void set (String^ value);
}
public function get ContainingElementXPath () : String
public function set ContainingElementXPath (value : String)

See Also

EnvironmentOverriddenPropertyElement Class

Microsoft.Practices.EnterpriseLibrary.Configuration.EnvironmentalOverrides.Configuration Namespace