Share via


SubmitOrderEvent.EventType Property (BCL)

The EventType property is a read-only String that returns the event type for the class.

Definition

[Visual Basic .NET]

Public ReadOnly Property EventType As System.String

[C#]

public System.String EventType{get;} 

Property Value

A String containing the event type for the class.

Remarks

For submit order events, the string "SUBOR" is returned.

Requirements

Namespace: Microsoft.CommerceServer.Runtime

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.