Share via


JobCollectionGetResponse.OperationStatusResponseDetails.Message Property

 

Optional. Message returned by the operation.

Namespace:   Microsoft.WindowsAzure.Management.Scheduler.Models
Assembly:  Microsoft.WindowsAzure.Management.Scheduler (in Microsoft.WindowsAzure.Management.Scheduler.dll)

Syntax

public string Message { get; set; }
public:
property String^ Message {
    String^ get();
    void set(String^ value);
}
member Message : string with get, set
Public Property Message As String

Property Value

Type: System.String

See Also

JobCollectionGetResponse.OperationStatusResponseDetails Class
Microsoft.WindowsAzure.Management.Scheduler.Models Namespace

Return to top