VirtualMachineVMImageListResponse.VirtualMachineVMImage.CreatedTime Property

 

Optional. The date when the virtual machine image was created.

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

Syntax

public Nullable<DateTime> CreatedTime { get; set; }
public:
property Nullable<DateTime> CreatedTime {
    Nullable<DateTime> get();
    void set(Nullable<DateTime> value);
}
member CreatedTime : Nullable<DateTime> with get, set
Public Property CreatedTime As Nullable(Of Date)

Property Value

Type: System.Nullable<DateTime>

See Also

VirtualMachineVMImageListResponse.VirtualMachineVMImage Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top