This topic has not yet been rated - Rate this topic

PendingChange.IsCandidate Property

Visual Studio 2012

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 bool IsCandidate { get; set; }

Property Value

Type: 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.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.