Policy.Roles 属性

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

命名空间:  ReportService2006
程序集:  ReportService2006(在 ReportService2006.dll 中)

语法

声明
Public Property Roles As Role()
    Get 
    Set
用法
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[])

属性值

类型:array<ReportService2006.Role[]
An array of Role objects.

请参阅

参考

Policy 类

ReportService2006 命名空间