Share via


ResolvedConflictEventArgs.Conflict Property

This API supports the Team Foundation Server infrastructure and is not intended to be used directly from your code.

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

Syntax

'Declaration
Public ReadOnly Property Conflict As Conflict
'Usage
Dim instance As ResolvedConflictEventArgs 
Dim value As Conflict 

value = instance.Conflict
public Conflict Conflict { get; }
public:
property Conflict^ Conflict {
    Conflict^ get ();
}
public function get Conflict () : Conflict

Property Value

Type: Microsoft.TeamFoundation.VersionControl.Client.Conflict

.NET Framework Security

See Also

Reference

ResolvedConflictEventArgs Class

ResolvedConflictEventArgs Members

Microsoft.TeamFoundation.VersionControl.Client Namespace