Identity.SecurityGroup Property

Indicates whether an identity is a member of a security group.

Namespace:  Microsoft.TeamFoundation.Server
Assembly:  Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)

Syntax

'Declaration
Public Property SecurityGroup As Boolean
'Usage
Dim instance As Identity 
Dim value As Boolean 

value = instance.SecurityGroup

instance.SecurityGroup = value
public bool SecurityGroup { get; set; }
public:
property bool SecurityGroup {
    bool get ();
    void set (bool value);
}
public function get SecurityGroup () : boolean 
public function set SecurityGroup (value : boolean)

Property Value

Type: System.Boolean
A boolean value indicating whether the identity is a member of a security group.

Remarks

Identities which are not members of a domain do not belong to a security group, such as "Everyone" or "Creator Group."

.NET Framework Security

See Also

Reference

Identity Class

Identity Members

Microsoft.TeamFoundation.Server Namespace