This documentation is archived and is not being maintained.

IBuildController::StatusMessage Property

Gets or sets a displayable message from the server about the status of this controller. May be empty.

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 about the status of this controller. May be empty.

Show: