Share via


GenCheckinNotesUpdateWorkItems.LastLabel Property

The source label of the last build that must be compared with the current build source. This property is not required because it may be empty for the first build of a particular definition. When it is not provided, no changesets or work items will be associated with the build.

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

Syntax

'Declaration
Public Property LastLabel As String
public string LastLabel { get; set; }
public:
property String^ LastLabel {
    String^ get ();
    void set (String^ value);
}
member LastLabel : string with get, set
function get LastLabel () : String 
function set LastLabel (value : String)

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

GenCheckinNotesUpdateWorkItems Class

Microsoft.TeamFoundation.Build.Tasks Namespace