TableForm.Created Property

Definition

Gets or sets the date the form was created

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

Property Value

Attributes

Applies to