Share via


PendingChange.PendingChangeId Property

Gets the Identifier that represents a unique value attached to the change.

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

Syntax

'Declaration
Public ReadOnly Property PendingChangeId As Integer
'Usage
Dim instance As PendingChange 
Dim value As Integer 

value = instance.PendingChangeId
public int PendingChangeId { get; }
public:
property int PendingChangeId {
    int get ();
}
public function get PendingChangeId () : int

Property Value

Type: System.Int32

Remarks

PendingChangeId may be used to match pending changes between calls.

.NET Framework Security

See Also

Reference

PendingChange Class

PendingChange Members

Microsoft.TeamFoundation.VersionControl.Client Namespace