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)
Syntax
public JobProperties Properties { get; set; }
public:
property JobProperties^ Properties {
JobProperties^ get();
void set(JobProperties^ value);
}
member Properties : JobProperties with get, set
Public Property Properties As JobProperties
Property Value
Type: Microsoft.WindowsAzure.Management.Automation.Models.JobProperties
See Also
Job Class
Microsoft.WindowsAzure.Management.Automation.Models Namespace
Return to top