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
- 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.