Condividi tramite


QueryOptions.Expand Property

Definition

Gets or sets the $expand query parameter. For example, to expand components use $expand=components

[Newtonsoft.Json.JsonIgnore]
public string Expand { get; set; }
[<Newtonsoft.Json.JsonIgnore>]
member this.Expand : string with get, set
Public Property Expand As String

Property Value

Attributes
Newtonsoft.Json.JsonIgnoreAttribute

Applies to