GenCheckinNotesUpdateWorkItems.LastLabel Property

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

Syntax

'宣言
Public Property LastLabel As String
    Get
    Set
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

.NET Framework Security

See Also

Reference

GenCheckinNotesUpdateWorkItems Class

Microsoft.TeamFoundation.Build.Tasks Namespace