Policy.Roles Property
This API supports the Team Foundation Server infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.TeamFoundation.Proxy.Reporting
Assembly: Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)
Syntax
'Declaration
Public Property Roles As Role()
'Usage
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);
}
public function get Roles () : Role[]
public function set Roles (value : Role[])
Property Value
Type: array<Microsoft.TeamFoundation.Proxy.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.