Share via


PendingChange.SourceDeletionId Property

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

Syntax

'宣言
Public Property SourceDeletionId As Integer
    Get
    Set
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

.NET Framework Security

See Also

Reference

PendingChange Class

Microsoft.TeamFoundation.VersionControl.Server Namespace