Freigeben über


ILocalUpdateOperation.DeletionId Property

Gets the deletion 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 DeletionId As Integer
int DeletionId { get; }
property int DeletionId {
    int get ();
}
abstract DeletionId : int with get
function get DeletionId () : int

Property Value

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

.NET Framework Security

See Also

Reference

ILocalUpdateOperation Interface

Microsoft.TeamFoundation.VersionControl.Client Namespace