PendingChange.ConflictType Property

Gets the type of conflict against this change. This is only populated for queries against local workspaces.

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

Syntax

'Declaration
Public ReadOnly Property ConflictType As ConflictType
public ConflictType ConflictType { get; }
public:
property ConflictType ConflictType {
    ConflictType get ();
}
member ConflictType : ConflictType with get
function get ConflictType () : ConflictType

Property Value

Type: Microsoft.TeamFoundation.VersionControl.Client.ConflictType
The type of conflict against this change.

.NET Framework Security

See Also

Reference

PendingChange Class

Microsoft.TeamFoundation.VersionControl.Client Namespace