This documentation is archived and is not being maintained.

Conflict::Type Property

Gets or sets the conflict type.

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

public:
property ConflictType Type {
	ConflictType get ();
	void set (ConflictType value);
}

Show: