JobProperties.JobId Property
Optional. Gets or sets the id of the job.
Namespace: Microsoft.WindowsAzure.Management.Automation.Models
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)
Syntax
public Guid JobId { get; set; }
public:
property Guid JobId {
Guid get();
void set(Guid value);
}
member JobId : Guid with get, set
Public Property JobId As Guid
Property Value
Type: System.Guid
See Also
JobProperties Class
Microsoft.WindowsAzure.Management.Automation.Models Namespace
Return to top