OrderGroupId Property

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

Gets or sets the order group identifier for the event.

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

Syntax

'Declaration
<CommerceEventMemberAttribute("ORID")> _
Public Property OrderGroupId As String
'Usage
Dim instance As SubmitOrderEvent
Dim value As String

value = instance.OrderGroupId

instance.OrderGroupId = value
[CommerceEventMemberAttribute("ORID")]
public string OrderGroupId { get; set; }
[CommerceEventMemberAttribute(L"ORID")]
public:
property String^ OrderGroupId {
    String^ get ();
    void set (String^ value);
}
public function get OrderGroupId () : String
public function set OrderGroupId (value : String)

Property Value

Type: System..::.String
The order group ID for the event.

Remarks

Stores the order group identifier for the event. This property must be set for a valid event.

Permissions

See Also

Reference

SubmitOrderEvent Class

SubmitOrderEvent Members

Microsoft.CommerceServer.Runtime Namespace