Policy.Roles 속성
The roles that are associated with a group or user.
네임스페이스: ReportService2005
어셈블리: ReportService2005(ReportService2005.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<ReportService2005.Role[]
An array of Roles objects.