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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.