TeamFoundationIdentity.IsContainer Property

Determines if this identity contains identities—that is, is it a group?

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

Syntax

'Declaration
<ClientPropertyAttribute(ClientVisibility.Private)> _
Public Property IsContainer As Boolean
[ClientPropertyAttribute(ClientVisibility.Private)]
public bool IsContainer { get; set; }
[ClientPropertyAttribute(ClientVisibility::Private)]
public:
property bool IsContainer {
    bool get ();
    void set (bool value);
}
[<ClientPropertyAttribute(ClientVisibility.Private)>]
member IsContainer : bool with get, set
function get IsContainer () : boolean 
function set IsContainer (value : boolean)

Property Value

Type: System.Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

TeamFoundationIdentity Class

Microsoft.TeamFoundation.Framework.Server Namespace