다음을 통해 공유


HostedServiceProperties.DateLastModified 속성

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

네임스페이스: Microsoft.WindowsAzure.Management.Compute.Models
어셈블리: Microsoft.WindowsAzure.Management.Compute.dll의 Microsoft.WindowsAzure.Management.Compute

사용량

‘사용 방법
Dim instance As HostedServiceProperties
Dim value As DateTime

value = instance.DateLastModified

instance.DateLastModified = value

구문

‘선언
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)

속성 값

The date.

설명

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

스레드 보안

이 유형의 public static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.

플랫폼

개발 플랫폼

Windows Vista, Windows 7 및 Windows Server 2008

대상 플랫폼

참고 항목

참조

HostedServiceProperties 클래스
HostedServiceProperties 멤버
Microsoft.WindowsAzure.Management.Compute.Models 네임스페이스