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
- 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.
See Also
Reference
Microsoft.TeamFoundation.Build.Workflow.Activities Namespace