Partager via


ShippingGroupId Property

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Gets the unique identifier which represents a shipping method’s properties for all configured languages.

Namespace:  Microsoft.CommerceServer.Orders
Assembly:  Microsoft.CommerceServer.Orders.CrossTierTypes (in Microsoft.CommerceServer.Orders.CrossTierTypes.dll)

Syntax

'Declaration
Public ReadOnly Property ShippingGroupId As Guid
'Usage
Dim instance As ShippingMethod
Dim value As Guid

value = instance.ShippingGroupId
public Guid ShippingGroupId { get; }
public:
property Guid ShippingGroupId {
    Guid get ();
}
public function get ShippingGroupId () : Guid

Property Value

Type: System..::.Guid
The unique identifier associated with the ShippingMethod's language insensitive properties and the language sensitive properties in all the configured languages.

Remarks

Gets the unique identifier associated with the ShippingMethod's language insensitive properties and the language sensitive properties in all the configured languages.

Permissions

See Also

Reference

ShippingMethod Class

ShippingMethod Members

Microsoft.CommerceServer.Orders Namespace