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)
Syntax
'Declaration
Public Property Type As ConflictType
public ConflictType Type { get; set; }
public:
property ConflictType Type {
ConflictType get ();
void set (ConflictType value);
}
member Type : ConflictType with get, set
function get Type () : ConflictType
function set Type (value : ConflictType)
Property Value
Type: Microsoft.TeamFoundation.VersionControl.Client.ConflictType
The conflict type.
.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.