HostedServiceGetDetailedResponse.Deployment.LastModifiedTime Property

 

Gets or sets the last time that the deployment was modified.

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

Syntax

public string LastModifiedTime { get; set; }
public:
property String^ LastModifiedTime {
    String^ get();
    void set(String^ value);
}
member LastModifiedTime : string with get, set
Public Property LastModifiedTime As String

Property Value

Type: System.String

The last modification time.

See Also

HostedServiceGetDetailedResponse.Deployment Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top