DatabaseOperation.LastModifyTime Property
Optional. Gets the timestamp when the record was last modified for a long running operation.
Namespace: Microsoft.WindowsAzure.Management.Sql.Models
Assembly: Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)
Syntax
public DateTime LastModifyTime { get; set; }
public:
property DateTime LastModifyTime {
DateTime get();
void set(DateTime value);
}
member LastModifyTime : DateTime with get, set
Public Property LastModifyTime As Date
Property Value
Type: System.DateTime
See Also
DatabaseOperation Class
Microsoft.WindowsAzure.Management.Sql.Models Namespace
Return to top