RoleGroup.Roles Property
.NET Framework 3.0
Gets or sets the roles associated with this role group.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
[TypeConverterAttribute(typeof(StringArrayConverter))] public: property array<String^>^ Roles { array<String^>^ get (); void set (array<String^>^ value); }
/** @property */ public String[] get_Roles () /** @property */ public void set_Roles (String[] value)
public function get Roles () : String[] public function set Roles (value : String[])
Not applicable.
Property Value
A comma-separated list of roles associated with this role group. The default is a null reference (Nothing in Visual Basic).Community Additions
ADD
Show: