SaaS CMS has officially launched! Learn more now.

Class RoleDefinitionElement

Definition of single role element in web.config file

Inheritance
System.Object
RoleDefinitionElement
Namespace: Mediachase.Commerce.Security.Configuration
Assembly: Mediachase.Commerce.dll
Version: 11.8.3
Syntax
public class RoleDefinitionElement : ConfigurationElement

Constructors

RoleDefinitionElement()

Initializes a new instance of the RoleDefinitionElement class.

Declaration
public RoleDefinitionElement()

Properties

Name

Gets the system name (the predefined key for this role type).

Declaration
public string Name { get; }
Property Value
Type Description
System.String

The system name.

Value

Gets the configured role name.

Declaration
public string Value { get; }
Property Value
Type Description
System.String

The configured role name.