Share via


TrackingInfo.CarrierName Property

Definition

Gets or sets name of the carrier used in the delivery.

[Newtonsoft.Json.JsonProperty(PropertyName="carrierName")]
public string CarrierName { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="carrierName")>]
member this.CarrierName : string with get, set
Public Property CarrierName As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to