Share via


TestJob.Status Property

 

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

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

Syntax

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

Property Value

Type: System.String

See Also

TestJob Class
Microsoft.WindowsAzure.Management.Automation.Models Namespace

Return to top