JobCompletedNotification.JobResultMessage Property

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Property JobResultMessage As String
public string JobResultMessage { get; private set; }
public:
property String^ JobResultMessage {
    String^ get ();
    private: void set (String^ value);
}
member JobResultMessage : string with get, private set
function get JobResultMessage () : String 
private function set JobResultMessage (value : String)

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

JobCompletedNotification Class

Microsoft.TeamFoundation.Framework.Server Namespace