This documentation is archived and is not being maintained.

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)

property String^ StatusMessage {
	String^ get ();
	void set (String^ value);
}

Property Value

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

This string may be empty.

Show: