HostedServiceGetDetailedResponse.Deployment.CreatedTime Property
Gets or sets the time that the deployment was created.
Namespace: Microsoft.WindowsAzure.Management.Compute.Models
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
Syntax
public DateTime CreatedTime { get; set; }
public:
property DateTime CreatedTime {
DateTime get();
void set(DateTime value);
}
member CreatedTime : DateTime with get, set
Public Property CreatedTime As Date
Property Value
Type: System.DateTime
The deployment creation time.
See Also
HostedServiceGetDetailedResponse.Deployment Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace
Return to top