This documentation is archived and is not being maintained.

PendingChange::IsCandidate Property

Gets a value that indicates whether the change is a candidate.

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

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

Property Value

Type: System::Boolean
If false, the change is actually pended otherwise this is a candidate change, which we have detected which the user might decide to accept or discard.

Show: