ActionResponse.Message.Value Property

Definition

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

Property Value

Attributes

Applies to