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
- 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.