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)

Syntax

'Declaration
Public Property IsCandidate As Boolean
public bool IsCandidate { get; set; }
public:
property bool IsCandidate {
    bool get ();
    void set (bool value);
}
member IsCandidate : bool with get, set
function get IsCandidate () : boolean 
function set IsCandidate (value : boolean)

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.

.NET Framework Security

See Also

Reference

PendingChange Class

Microsoft.TeamFoundation.VersionControl.Client Namespace