This documentation is archived and is not being maintained.

Conflict::ResolutionOptions Property

Gets or sets the options to control how the conflict is resolved.

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

public:
property ResolutionOptions^ ResolutionOptions {
	ResolutionOptions^ get ();
	void set (ResolutionOptions^ value);
}

Property Value

Type: Microsoft.TeamFoundation.VersionControl.Client::ResolutionOptions
The options to control how the conflict is resolved.

Show: