Share via


JobGetOutputResponse.Output Property

 

Optional. Gets or sets the output of the job.

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

Syntax

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

Property Value

Type: System.String

See Also

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

Return to top