Share via


ConflictInformation.ConflictType Property

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

Syntax

'宣言
Public Property ConflictType As ConflictType
    Get
    Set
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

.NET Framework Security

See Also

Reference

ConflictInformation Class

Microsoft.TeamFoundation.VersionControl.Server Namespace