TeamFoundationIdentity.IsActive Property

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

Syntax

‘선언
Public Property IsActive As Boolean
    Get
    Set
public bool IsActive { get; set; }
public:
property bool IsActive {
    bool get ();
    void set (bool value);
}
member IsActive : bool with get, set
function get IsActive () : boolean
function set IsActive (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

TeamFoundationIdentity Class

Microsoft.TeamFoundation.Framework.Server Namespace