다음을 통해 공유


Import.UpdatedDateTime Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to