Compartir a través de


RequirePermissionProperty.ConfigurationSectionName Property

Gets the name of the configuration section that contains the 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 ConfigurationSectionName As String
public string ConfigurationSectionName { get; }
public:
virtual property String^ ConfigurationSectionName {
    String^ get () sealed;
}
public final function get ConfigurationSectionName () : String

Field Value

The name of the configuration section that contains the property.

Implements

IEnvironmentalOverridesProperty.ConfigurationSectionName

See Also

RequirePermissionProperty Class

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