TableForm.Modified Property

Definition

Gets or sets the date the form was last modified

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

Property Value

Attributes

Applies to