Share via


ILocalUpdateOperation.ItemId Property

Gets the item identifier associated with the operation.

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

Syntax

'Declaration
ReadOnly Property ItemId As Integer
int ItemId { get; }
property int ItemId {
    int get ();
}
abstract ItemId : int with get
function get ItemId () : int

Property Value

Type: System.Int32
The item identifier associated with the operation.

.NET Framework Security

See Also

Reference

ILocalUpdateOperation Interface

Microsoft.TeamFoundation.VersionControl.Client Namespace