This documentation is archived and is not being maintained.

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)

public:
property int SourceDeletionId {
	int get ();
	void set (int value);
}

Property Value

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

Show: