Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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.