Compartilhar via


Propriedade OperationStatusResponseDetails.Message

Optional. Message returned by the operation.

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

Uso

'Uso
Dim instance As OperationStatusResponseDetails
Dim value As String

value = instance.Message

instance.Message = value

Sintaxe

'Declaração
Public Property Message As String
public string Message { get; set; }
public:
property String^ Message {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_Message ()

/** @property */
public void set_Message (String value)
public function get Message () : String

public function set Message (value : String)

Segurança de thread

Qualquer membro estático público (compartilhado no Visual Basic) desse tipo é thread-safe. Não há garantia de que qualquer membro de instância seja seguro para threads.

Plataformas

Plataformas de desenvolvimento

Windows Vista, Windows 7 e Windows Server 2008

Plataformas de destino

Consulte também

Referência

Classe OperationStatusResponseDetails
Membros OperationStatusResponseDetails
Namespace Microsoft.WindowsAzure.Management.Scheduler.Models.JobCollectionGetResponse