Conflict.YourPropertyId Property

Gets or sets your property id.

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

Syntax

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

Property Value

Type: System.Int32
Your property id.

.NET Framework Security

See Also

Reference

Conflict Class

Microsoft.TeamFoundation.VersionControl.Client Namespace