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)

Syntax

'Declaration
Property StatusMessage As String
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 about the status of this controller. May be empty.

.NET Framework Security

See Also

Reference

IBuildController Interface

Microsoft.TeamFoundation.Build.Client Namespace