This documentation is archived and is not being maintained.

Conflict::Reason Property

Gets or sets the reason for the conflict.

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

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

Property Value

Type: System::Int32
The reason for the conflict.

Show: