BuildDefinition.LastGoodBuildLabel Property

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

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

Syntax

'Declaration
<DataMemberAttribute> _
<ClientPropertyAttribute(ClientVisibility.Public, ClientVisibility.Private)> _
Public Property LastGoodBuildLabel As String
[DataMemberAttribute]
[ClientPropertyAttribute(ClientVisibility.Public, ClientVisibility.Private)]
public string LastGoodBuildLabel { get; set; }
[DataMemberAttribute]
[ClientPropertyAttribute(ClientVisibility::Public, ClientVisibility::Private)]
public:
property String^ LastGoodBuildLabel {
    String^ get ();
    void set (String^ value);
}
[<DataMemberAttribute>]
[<ClientPropertyAttribute(ClientVisibility.Public, ClientVisibility.Private)>]
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

BuildDefinition Class

Microsoft.TeamFoundation.Build.Server Namespace