OrderLineItem.ProvisioningContext Property

Definition

Gets or sets the provisioning context for the offer.

[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)]
public System.Collections.Generic.Dictionary<string,string> ProvisioningContext { get; set; }
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)>]
member this.ProvisioningContext : System.Collections.Generic.Dictionary<string, string> with get, set
Public Property ProvisioningContext As Dictionary(Of String, String)

Property Value

Attributes

Applies to