Share via


RestApiOperationResponse.Data Property

Definition

Gets a dictionary for ambient data associated with the response.

[System.Text.Json.Serialization.JsonIgnore(Condition=System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingNull)]
public System.Collections.Generic.IDictionary<string,object?>? Data { get; set; }
[<System.Text.Json.Serialization.JsonIgnore(Condition=System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingNull)>]
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