Identity.SecurityGroup Property

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

Syntax

'Declaration
Public Property SecurityGroup As Boolean
    Get
    Set
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

.NET Framework Security

See Also

Reference

Identity Class

Microsoft.TeamFoundation.Server Namespace