ShippingGroupIds Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets a comma separated list of shipping group IDs which could not be saved.
Namespace: Microsoft.CommerceServer.Orders
Assembly: Microsoft.CommerceServer.Orders.CrossTierTypes (in Microsoft.CommerceServer.Orders.CrossTierTypes.dll)
Syntax
'Declaration
Public ReadOnly Property ShippingGroupIds As String
'Usage
Dim instance As ShippingMethodNotSavedException
Dim value As String
value = instance.ShippingGroupIds
public string ShippingGroupIds { get; }
public:
property String^ ShippingGroupIds {
String^ get ();
}
public function get ShippingGroupIds () : String
Property Value
Type: System..::.String
A comma separated list of shipping group IDs which could not be saved.
Remarks
Returns a comma separated list of shipping group IDs which could not be saved.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
ShippingMethodNotSavedException Class