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
- 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.