Partager via


Propriété Roles

The roles that are associated with a group or user.

Espace de noms :  ReportService2005
Assembly :  ReportService2005 (en ReportService2005.dll)

Syntaxe

'Déclaration
Public Property Roles As Role()
    Get
    Set
'Utilisation
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[])

Valeur de propriété

Type : array<ReportService2005. . :: . .Role> [] () [] []
An array of Roles objects.