RoleGroup::Roles Property

 

Gets or sets the roles associated with this role group.

Namespace:   System.Web.UI.WebControls
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.

The following code example assigns a list of roles to associate with a role group. This code example is part of a larger example provided for the RoleGroup class.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: