Page.CreatedDate Property

Definition

The date the page was created.

[System.Text.Json.Serialization.JsonPropertyName("createdTime")]
public DateTime? CreatedDate { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("createdTime")>]
member this.CreatedDate : Nullable<DateTime> with get, set
Public Property CreatedDate As Nullable(Of DateTime)

Property Value

Attributes

Applies to