AssociateChangesetsAndWorkItems.UpdateWorkItems Property
Namespace: Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly: Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
'Declaration
<BrowsableAttribute(True)> _
Public Property UpdateWorkItems As InArgument(Of Boolean)
[BrowsableAttribute(true)]
public InArgument<bool> UpdateWorkItems { get; set; }
[BrowsableAttribute(true)]
public:
property InArgument<bool>^ UpdateWorkItems {
InArgument<bool>^ get ();
void set (InArgument<bool>^ value);
}
[<BrowsableAttribute(true)>]
member UpdateWorkItems : InArgument<bool> with get, set
function get UpdateWorkItems () : InArgument<boolean>
function set UpdateWorkItems (value : InArgument<boolean>)
Type: System.Activities.InArgument<Boolean>
- 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.
AssociateChangesetsAndWorkItems Class
Microsoft.TeamFoundation.Build.Workflow.Activities Namespace