Job::Properties Property

 

Optional. Gets or sets the properties of the job.

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

public:
property JobProperties^ Properties {
	JobProperties^ get();
	void set(JobProperties^ value);
}
Return to top
Show: