Policy.Roles Property
Namespace: Microsoft.TeamFoundation.Client.Reporting
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Декларация
Public Property Roles As Role()
Get
Set
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[])
Property Value
Type: array<Microsoft.TeamFoundation.Client.Reporting.Role[]
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.