[This is preliminary documentation and is subject to change.]
Namespace: NFX.Web.ShippingAssembly: NFX.Web (in NFX.Web.dll) Version: 3.0.0.1 (3.0.0.1)
[ConfigAttribute("$carrier-type")]
public CarrierType Type { get; set; }
[ConfigAttribute("$carrier-type")]
public CarrierType Type { get; set; }
<ConfigAttribute("$carrier-type")>
Public Property Type As CarrierType
Get
Set
<ConfigAttribute("$carrier-type")>
Public Property Type As CarrierType
Get
Set
public:
[ConfigAttribute(L"$carrier-type")]
property CarrierType Type {
CarrierType get ();
void set (CarrierType value);
}
public:
[ConfigAttribute(L"$carrier-type")]
property CarrierType Type {
CarrierType get ();
void set (CarrierType value);
}
[<ConfigAttribute("$carrier-type")>]
member Type : CarrierType with get, set
[<ConfigAttribute("$carrier-type")>]
member Type : CarrierType with get, set
Property Value
Type:
CarrierType