Name Property

Gets the name of the shipping carrier.

Namespace:  Microsoft.Dynamics.Commerce.Runtime.Services
Assembly:  Microsoft.Dynamics.Commerce.Runtime.Services (in Microsoft.Dynamics.Commerce.Runtime.Services.dll)

Syntax

'Declaration
Public ReadOnly Property Name As String
    Get
'Usage
Dim instance As UPS
Dim value As String

value = instance.Name
public string Name { get; }
public:
virtual property String^ Name {
    String^ get () sealed;
}

Property Value

Type: System.String
Returns String.

Implements

IShippingCarrierService.Name

See Also

Reference

UPS Class

Microsoft.Dynamics.Commerce.Runtime.Services Namespace