IdentityScope.IsActive 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 IsActive As Boolean
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public bool IsActive { get; internal set; }
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public:
property bool IsActive {
    bool get ();
    internal: void set (bool value);
}
[<DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)>]
member IsActive : bool with get, internal set
function get IsActive () : boolean 
internal function set IsActive (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

IdentityScope Class

Microsoft.VisualStudio.Services.Identity Namespace