Compartir a través de


RequirePermissionProperty.PropertyAttributeName Property

Gets the name of the attribute which is used to serialize this configuration property in XML.

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

Field Value

Always returns 'requirePermission'.

Implements

IEnvironmentalOverridesProperty.PropertyAttributeName

See Also

RequirePermissionProperty Class

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