RoleGroup.Roles Property
.NET Framework (current version)
Gets or sets the roles associated with this role group.
Assembly: System.Web (in System.Web.dll)
[TypeConverterAttribute(typeof(StringArrayConverter))] public string[] Roles { get; set; }
Property Value
Type: System.String[]A comma-separated list of roles associated with this role group. The default is null.
.NET Framework
Available since 2.0
Available since 2.0
Show: