Поделиться через


Свойство Policy.Roles

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

Пространство имен:  ReportService2010
Сборка:  ReportService2010 (в ReportService2010.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<ReportService2010.Role[]
An array of Role objects.

См. также

Справочник

Policy Класс

Пространство имен ReportService2010