Dataset.CreatedDate Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to