Policy.Roles Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.