Identity.SecurityGroup Property
Namespace: Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Property SecurityGroup As Boolean
public bool SecurityGroup { get; set; }
public:
property bool SecurityGroup {
bool get ();
void set (bool value);
}
member SecurityGroup : bool with get, set
function get SecurityGroup () : boolean
function set SecurityGroup (value : boolean)
Property Value
Type: System.Boolean
Returns Boolean.
.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.