Share via


Conflict.Type Property

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

Syntax

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

.NET Framework Security

See Also

Reference

Conflict Class

Microsoft.TeamFoundation.VersionControl.Server Namespace