다음을 통해 공유


Roles 속성

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

네임스페이스:  ReportService2006
어셈블리:  ReportService2006.dll의 ReportService2006

구문

‘선언
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.