VirtualMachineOSImageGetResponse.PublishedDate Property

 

Optional. Specifies the date when the image was added to the image repository.

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

Syntax

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

Property Value

Type: System.DateTime

See Also

VirtualMachineOSImageGetResponse Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top