Transaction.OrderName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the name of the reservation order. The field is only applicable for transactions of kind reservation.
[Newtonsoft.Json.JsonProperty(PropertyName="properties.orderName")]
public string OrderName { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.orderName")>]
member this.OrderName : string
Public ReadOnly Property OrderName As String
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute