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.