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 네임스페이스