Share via


Conflict.BaseDeletionId Property

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

Syntax

'宣言
Public Property BaseDeletionId As Integer
    Get
    Set
public int BaseDeletionId { get; set; }
public:
property int BaseDeletionId {
    int get ();
    void set (int value);
}
member BaseDeletionId : int with get, set
function get BaseDeletionId () : int
function set BaseDeletionId (value : int)

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

Conflict Class

Microsoft.TeamFoundation.VersionControl.Server Namespace