Share via


BuildParameters.LastGoodBuildNumber Property

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

Syntax

‘선언
Public Property LastGoodBuildNumber As String
    Get
    Set
public string LastGoodBuildNumber { get; set; }
public:
property String^ LastGoodBuildNumber {
    String^ get ();
    void set (String^ value);
}
member LastGoodBuildNumber : string with get, set
function get LastGoodBuildNumber () : String
function set LastGoodBuildNumber (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

BuildParameters Class

Microsoft.TeamFoundation.Build.Server Namespace