Share via


Identity.IsContainer Property

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

Syntax

'Declaration
Public Property IsContainer As Boolean
public bool IsContainer { get; set; }
public:
property bool IsContainer {
    bool get ();
    void set (bool value);
}
member IsContainer : bool with get, set
function get IsContainer () : boolean 
function set IsContainer (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

Identity Class

Microsoft.VisualStudio.Services.Identity Namespace