Share via


DatabaseCopy.StartDate Property

 

Optional. Gets the UTC date when the database copy was initiated.

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

Syntax

public string StartDate { get; set; }
public:
property String^ StartDate {
    String^ get();
    void set(String^ value);
}
member StartDate : string with get, set
Public Property StartDate As String

Property Value

Type: System.String

See Also

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

Return to top