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