Teilen über


OrderGroupId Property

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

Gets the identifier of the parent OrderGroup class instance containing the current OrderForm instance.

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

Syntax

'Declaration
Public ReadOnly Property OrderGroupId As Guid
'Usage
Dim instance As OrderForm
Dim value As Guid

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

Property Value

Type: System..::.Guid
A value containing the identifier of the parent order group class instance containing the current instance.

Remarks

OrderGroupId gets calculated when the OrderForm is added to an OrderFormCollection of an OrderGroup.

Permissions

See Also

Reference

OrderForm Class

OrderForm Members

Microsoft.CommerceServer.Runtime.Orders Namespace