GenCheckinNotesUpdateWorkItems.UpdateWorkItems Property

Set to true if you want WorkItem updated with a "Fixed in build XYZ" link.

Namespace:  Microsoft.TeamFoundation.Build.Tasks
Assembly:  Microsoft.TeamFoundation.Build.ProcessComponents (in Microsoft.TeamFoundation.Build.ProcessComponents.dll)

Syntax

'Declaration
Public Property UpdateWorkItems As Boolean
public bool UpdateWorkItems { get; set; }
public:
property bool UpdateWorkItems {
    bool get ();
    void set (bool value);
}
member UpdateWorkItems : bool with get, set
function get UpdateWorkItems () : boolean 
function set UpdateWorkItems (value : boolean)

Property Value

Type: System.Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

GenCheckinNotesUpdateWorkItems Class

Microsoft.TeamFoundation.Build.Tasks Namespace