Conflict.YourDeletionId Property

TargetDeletionId

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

Syntax

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

Property Value

Type: System.Int32
Returns Int32.

.NET Framework Security

See Also

Reference

Conflict Class

Microsoft.TeamFoundation.VersionControl.Server Namespace