Share via


ProjectVersion.CreatedTime 属性

定义

获取项目的创建时间。

public:
 property DateTimeOffset CreatedTime { DateTimeOffset get(); };
[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Data=true)]
[System.ComponentModel.Category("General")]
[System.ComponentModel.DisplayName("Created Time")]
[System.ComponentModel.ReadOnly(true)]
public DateTimeOffset CreatedTime { get; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Data=true)>]
[<System.ComponentModel.Category("General")>]
[<System.ComponentModel.DisplayName("Created Time")>]
[<System.ComponentModel.ReadOnly(true)>]
member this.CreatedTime : DateTimeOffset
Public ReadOnly Property CreatedTime As DateTimeOffset

属性值

项目的创建时间。

属性

适用于