RequirePermissionProperty.ContainingSectionXPath Property
Gets the XPath to the XML element that declares the containing configuration section.
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 ContainingSectionXPath As String
public string ContainingSectionXPath { get; }
public:
virtual property String^ ContainingSectionXPath {
String^ get () sealed;
}
public final function get ContainingSectionXPath () : String
Field Value
The XPath to the XML element that declares the containing configuration section.
Implements
IEnvironmentalOverridesProperty.ContainingSectionXPath
See Also
RequirePermissionProperty Class
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel Namespace