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)
Syntax
'Declaration
Public Property ResolutionOptions As ResolutionOptions
public ResolutionOptions ResolutionOptions { get; set; }
public:
property ResolutionOptions^ ResolutionOptions {
ResolutionOptions^ get ();
void set (ResolutionOptions^ value);
}
member ResolutionOptions : ResolutionOptions with get, set
function get ResolutionOptions () : ResolutionOptions
function set ResolutionOptions (value : ResolutionOptions)
Property Value
Type: Microsoft.TeamFoundation.VersionControl.Client.ResolutionOptions
The options to control how the conflict is resolved.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.