Policy.Roles Property

Definition

Gets or sets the roles that are associated with a group or user.

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

Property Value

Role[]

Returns an array of role objects.

Applies to