Share via


GenericResourceExpanded.CreatedTime Property

Definition

Gets the created time of the resource. This is only present if requested via the $expand query parameter.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to