This documentation is archived and is not being maintained.

TeamFoundationIdentity::IsActive Property

Indicates that the identity is "current" with the provider (that is either read from source or being synced). It does not mean that it is a member of TFS Valid Users group (the "IsMember" query should be used to answer that).

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

public:
property bool IsActive {
	bool get ();
	void set (bool value);
}

Property Value

Type: System::Boolean

Show: