Share via


TestJobGetResponse.TestJob Property

 

Optional. Gets or sets a test job.

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

Syntax

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

Property Value

Type: Microsoft.WindowsAzure.Management.Automation.Models.TestJob

See Also

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

Return to top