Свойство 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.