Proprietà Policy.Roles

The roles that are associated with a group or user.

Spazio dei nomi  ReportService2005
Assembly:  ReportService2005 (in ReportService2005.dll)

Sintassi

'Dichiarazione
Public Property Roles As Role()
    Get 
    Set
'Utilizzo
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[])

Valore proprietà

Tipo: array<ReportService2005.Role[]
An array of Roles objects.

Vedere anche

Riferimento

Policy Classe

Spazio dei nomi ReportService2005