Message.LastModifiedDateTime Property

Definition

[System.Text.Json.Serialization.JsonPropertyName("lastModifiedDateTime")]
[System.Text.Json.Serialization.JsonPropertyOrder(4)]
public string? LastModifiedDateTime { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("lastModifiedDateTime")>]
[<System.Text.Json.Serialization.JsonPropertyOrder(4)>]
member this.LastModifiedDateTime : string with get, set
Public Property LastModifiedDateTime As String

Property Value

Attributes

Applies to