Share via


StatusInfo.LastModifiedTime Property

 

Optional. Gets the last time the operation status changed.

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

Syntax

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

Property Value

Type: System.DateTime

See Also

StatusInfo Class
Microsoft.WindowsAzure.Management.Sql.Models Namespace

Return to top