Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
'Declaration
ReadOnly Property StatusMessage As String
'Usage
Dim instance As IBuildAgent
Dim value As String
value = instance.StatusMessage
string StatusMessage { get; }
property String^ StatusMessage {
String^ get ();
}
function get StatusMessage () : String
Property Value
Type: System.String
Remarks
This string 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.