TfResolve.ResolvedConflicts Property
Namespace: Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly: Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
Syntax
'Declaration
Public Property ResolvedConflicts As OutArgument(Of IList(Of Integer))
public OutArgument<IList<int>> ResolvedConflicts { get; set; }
public:
property OutArgument<IList<int>^>^ ResolvedConflicts {
OutArgument<IList<int>^>^ get ();
void set (OutArgument<IList<int>^>^ value);
}
member ResolvedConflicts : OutArgument<IList<int>> with get, set
function get ResolvedConflicts () : OutArgument<IList<int>>
function set ResolvedConflicts (value : OutArgument<IList<int>>)
Property Value
Type: System.Activities.OutArgument<IList<Int32>>
Returns OutArgument<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