ManagementCertificateGetResponse.Created Property

 

Gets or sets the time that the management certificate was created, in UTC.

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

Syntax

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

Property Value

Type: System.DateTime

The creation time.

See Also

ManagementCertificateGetResponse Class
Microsoft.WindowsAzure.Management.Models Namespace

Return to top