This documentation is archived and is not being maintained.

TeamProjectPicker::HasNewCredentials Property

Visual Studio 2013

Indicate that the selected connection has been re-authenticated and the new credentials could be different from the cached one.

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

public:
property bool HasNewCredentials {
	bool get ();
}

Property Value

Type: System::Boolean
Returns Boolean.

If AutoCommitCollectionChanges is surpressed, call CommitConnectionChange manually to commit the changes and perist the credentials to the token storage.

Show: