BuildDefinition2010.LastGoodBuildLabel Property

Gets the label created for the last good build. This field is read only.

Namespace:  Microsoft.TeamFoundation.Build.Server.Compatibility
Assembly:  Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)

Syntax

'Declaration
<ClientPropertyAttribute(ClientVisibility.Public)> _
Public Property LastGoodBuildLabel As String
[ClientPropertyAttribute(ClientVisibility.Public)]
public string LastGoodBuildLabel { get; set; }
[ClientPropertyAttribute(ClientVisibility::Public)]
public:
property String^ LastGoodBuildLabel {
    String^ get ();
    void set (String^ value);
}
[<ClientPropertyAttribute(ClientVisibility.Public)>]
member LastGoodBuildLabel : string with get, set
function get LastGoodBuildLabel () : String 
function set LastGoodBuildLabel (value : String)

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

BuildDefinition2010 Class

Microsoft.TeamFoundation.Build.Server.Compatibility Namespace