Partager via


RequirePermissionProperty.ContainingElementXPath Property

Gets 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 ReadOnly Property ContainingElementXPath As String
public string ContainingElementXPath { get; }
public:
virtual property String^ ContainingElementXPath {
    String^ get () sealed;
}
public final function get ContainingElementXPath () : String

Field Value

The XPath to the XML element that declares the attribute for this configuration property.

Implements

IEnvironmentalOverridesProperty.ContainingElementXPath

See Also

RequirePermissionProperty Class

Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel Namespace