Policy.Roles Property

Definition

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

public:
 property cli::array <ReportService2010::Role ^> ^ Roles { cli::array <ReportService2010::Role ^> ^ get(); void set(cli::array <ReportService2010::Role ^> ^ value); };
public ReportService2010.Role[] Roles { get; set; }
member this.Roles : ReportService2010.Role[] with get, set
Public Property Roles As Role()

Property Value

Role[]

A collection of role objects associated with the group or user.

Applies to