This documentation is archived and is not being maintained.

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)

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

Property Value

Type: System::Int32
Your property id.

Show: