HostedServiceProperties.DateLastModified Property

Gets or sets the date that the cloud service was last updated, in [4DigitYear]-[2DigitMonth]-[2DigitDay]T[2DigitHour]:[2DigitMinute]:[2DigitSecond]Z format.

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

Usage

'Usage
Dim instance As HostedServiceProperties
Dim value As DateTime

value = instance.DateLastModified

instance.DateLastModified = value

Syntax

'Declaration
Public Property DateLastModified As DateTime
public DateTime DateLastModified { get; set; }
public:
property DateTime DateLastModified {
    DateTime get ();
    void set (DateTime value);
}
/** @property */
public DateTime get_DateLastModified ()

/** @property */
public void set_DateLastModified (DateTime value)
public function get DateLastModified () : DateTime

public function set DateLastModified (value : DateTime)

Property Value

The date.

Remarks

The date 2011-05-11T16:15:26Z is an example that could be returned.

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

HostedServiceProperties Class
HostedServiceProperties Members
Microsoft.WindowsAzure.Management.Compute.Models Namespace