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)
Usage
'Usage
Dim instance As ManagementCertificateGetResponse
Dim value As DateTime
value = instance.Created
instance.Created = value
Syntax
'Declaration
Public Property Created As DateTime
public DateTime Created { get; set; }
public:
property DateTime Created {
DateTime get ();
void set (DateTime value);
}
/** @property */
public DateTime get_Created ()
/** @property */
public void set_Created (DateTime value)
public function get Created () : DateTime
public function set Created (value : DateTime)
Property Value
The creation time.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012
Target Platforms
See Also
Reference
ManagementCertificateGetResponse Class
ManagementCertificateGetResponse Members
Microsoft.WindowsAzure.Management.Models Namespace