Name Property

Gets the name of the shipping carrier.

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

Syntax

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

value = instance.Name
string Name { get; }
property String^ Name {
    String^ get ();
}

Property Value

Type: System.String
Returns String.

See Also

Reference

IShippingCarrierService Interface

Microsoft.Dynamics.Commerce.Runtime.Services Namespace