Compartilhar via


Propriedade TestJob.StatusDetails

Optional. Gets or sets the status details of the test job.

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

Uso

'Uso
Dim instance As TestJob
Dim value As String

value = instance.StatusDetails

instance.StatusDetails = value

Sintaxe

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

/** @property */
public void set_StatusDetails (String value)
public function get StatusDetails () : String

public function set StatusDetails (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 TestJob
Membros TestJob
Namespace Microsoft.WindowsAzure.Management.Automation.Models