SubscriptionCertificate.Created 属性
Gets or sets the time that the management certificate was created, in UTC.
命名空间: Microsoft.WindowsAzure.Management.Models.ManagementCertificateListResponse
程序集: Microsoft.WindowsAzure.Management(在 Microsoft.WindowsAzure.Management.dll 中)
使用
用法
Dim instance As SubscriptionCertificate
Dim value As DateTime
value = instance.Created
instance.Created = value
语法
声明
Public Property Created As DateTime
public DateTime Created { get; set; }
public:
property DateTime Created {
DateTime get ();
void set (DateTime value);
}
/** @property */
public DateTime get_Created ()
/** @property */
public void set_Created (DateTime value)
public function get Created () : DateTime
public function set Created (value : DateTime)
属性值
The creation time.
线程安全
此类型的所有公开静态(在 Visual Basic 中为共享)成员均为线程安全型成员。但不保证所有实例成员都是线程安全的。
平台
开发平台
Windows Vista、Windows 7 和 Windows Server 2008
目标平台
另请参阅
参考
SubscriptionCertificate 类
SubscriptionCertificate 成员
Microsoft.WindowsAzure.Management.Models.ManagementCertificateListResponse 命名空间