Compartilhar via


Error.Message Propriedade

 

Opcional. A mensagem de erro.

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

Sintaxe

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

Valor de propriedade

Type: System.String

Consulte também

Classe Error
Namespace Microsoft.WindowsAzure.Management.Scheduler.Models

Retornar ao topo