Share via


Identity.IsContainer Property

Namespace:  Microsoft.VisualStudio.Services.Identity
Assembly:  Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)

Syntax

'Declaration
<DataMemberAttribute(IsRequired := False, EmitDefaultValue := False)> _
Public Property IsContainer As Boolean
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public bool IsContainer { get; set; }
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public:
property bool IsContainer {
    bool get ();
    void set (bool value);
}
[<DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)>]
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