Share via


PackageCarrierDetails.CarrierName Property

Definition

Gets or sets name of the carrier.

[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