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 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.