共用方式為


USqlTableFragment.CreateDate Property

Definition

Gets or sets the creation time of the table fragment.

[Newtonsoft.Json.JsonProperty(PropertyName="createDate")]
public DateTimeOffset? CreateDate { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="createDate")>]
member this.CreateDate : Nullable<DateTimeOffset> with get, set
Public Property CreateDate As Nullable(Of DateTimeOffset)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to