Share via


RunbookProperties.LastModifiedTime Property

 

Optional. Gets or sets the last modified time of the runbook.

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

Syntax

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

Property Value

Type: System.DateTimeOffset

See Also

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

Return to top