InvokeAction.Data Property

Definition

[System.Text.Json.Serialization.JsonPropertyName("data")]
[System.Text.Json.Serialization.JsonPropertyOrder(3)]
public System.Collections.Generic.IDictionary<string,object> Data { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("data")>]
[<System.Text.Json.Serialization.JsonPropertyOrder(3)>]
member this.Data : System.Collections.Generic.IDictionary<string, obj> with get, set
Public Property Data As IDictionary(Of String, Object)

Property Value

Attributes

Applies to