Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This is the type of conflict represented.
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Declaration
Public Property ConflictType As ConflictType
public ConflictType ConflictType { get; set; }
public:
property ConflictType ConflictType {
ConflictType get ();
void set (ConflictType value);
}
member ConflictType : ConflictType with get, set
function get ConflictType () : ConflictType
function set ConflictType (value : ConflictType)
Property Value
Type: Microsoft.TeamFoundation.VersionControl.Server.ConflictType
Returns ConflictType.
.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.