RoleGroup::Roles Property
.NET Framework (current version)
Gets or sets the roles associated with this role group.
Assembly: System.Web (in System.Web.dll)
public: [TypeConverterAttribute((StringArrayConverter^::typeid))] property array<String^>^ Roles { array<String^>^ get(); void set(array<String^>^ value); }
Property Value
Type: array<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: