Compartilhar via


IBuildAgent.StatusMessage Property

Gets a message from the build computer about the build agent status.

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

Syntax

'Declaração
Property StatusMessage As String
    Get
    Set
string StatusMessage { get; set; }
property String^ StatusMessage {
    String^ get ();
    void set (String^ value);
}
abstract StatusMessage : string with get, set
function get StatusMessage () : String
function set StatusMessage (value : String)

Property Value

Type: System.String
A displayable message from the server that describes the status of the agent. May be empty.

Remarks

This string may be empty.

.NET Framework Security

See Also

Reference

IBuildAgent Interface

Microsoft.TeamFoundation.Build.Client Namespace