PendingChange.SourceDeletionId Property

Gets or sets the deletion ID of the source item.

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

Syntax

'Declaration
Public Property SourceDeletionId As Integer
public int SourceDeletionId { get; set; }
public:
property int SourceDeletionId {
    int get ();
    void set (int value);
}
member SourceDeletionId : int with get, set
function get SourceDeletionId () : int 
function set SourceDeletionId (value : int)

Property Value

Type: System.Int32
The deletion ID of the source item.

.NET Framework Security

See Also

Reference

PendingChange Class

Microsoft.TeamFoundation.VersionControl.Client Namespace