Compartir a través de


Policy.Roles Propiedad

Gets or sets the roles associated with the group or user.

Espacio de nombres:  ReportService2010
Ensamblado:  ReportService2010 (en ReportService2010.dll)

Sintaxis

'Declaración
Public Property Roles As Role()
    Get 
    Set
'Uso
Dim instance As Policy 
Dim value As Role()

value = instance.Roles

instance.Roles = value
public Role[] Roles { get; set; }
public:
property array<Role^>^ Roles {
    array<Role^>^ get ();
    void set (array<Role^>^ value);
}
member Roles : Role[] with get, set
function get Roles () : Role[]
function set Roles (value : Role[])

Valor de la propiedad

Tipo: array<ReportService2010.Role[]
An array of Role objects.

Vea también

Referencia

Policy Clase

Espacio de nombres ReportService2010