Share via


JobProperties.Status Property

 

Optional. Gets or sets the status of the 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

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

Return to top