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(在 Microsoft.WindowsAzure.Management.Compute.dll 中)
使用
用法
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.
线程安全
此类型的所有公开静态(在 Visual Basic 中为共享)成员均为线程安全型成员。但不保证所有实例成员都是线程安全的。
平台
开发平台
Windows Vista、Windows 7 和 Windows Server 2008
目标平台
另请参阅
参考
HostedServiceProperties 类
HostedServiceProperties 成员
Microsoft.WindowsAzure.Management.Compute.Models 命名空间