Share via


TfResolve.Conflict Property

Namespace:  Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly:  Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)

Syntax

'Declaration
<RequiredArgumentAttribute> _
Public Property Conflict As InArgument(Of Conflict)
[RequiredArgumentAttribute]
public InArgument<Conflict> Conflict { get; set; }
[RequiredArgumentAttribute]
public:
property InArgument<Conflict^>^ Conflict {
    InArgument<Conflict^>^ get ();
    void set (InArgument<Conflict^>^ value);
}
[<RequiredArgumentAttribute>]
member Conflict : InArgument<Conflict> with get, set
function get Conflict () : InArgument<Conflict>
function set Conflict (value : InArgument<Conflict>)

Property Value

Type: System.Activities.InArgument<Conflict>
Returns InArgument<T>.

.NET Framework Security

See Also

Reference

TfResolve Class

Microsoft.TeamFoundation.Build.Workflow.Activities Namespace