Share via


EventType Property

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

Gets the event type for the class.

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

Syntax

'Declaration
<CommerceEventMemberAttribute("EVT")> _
Public ReadOnly Property EventType As String
'Usage
Dim instance As AddItemToBasketEvent
Dim value As String

value = instance.EventType
[CommerceEventMemberAttribute("EVT")]
public string EventType { get; }
[CommerceEventMemberAttribute(L"EVT")]
public:
property String^ EventType {
    String^ get ();
}
public function get EventType () : String

Property Value

Type: System..::.String
The event type for the class.

Remarks

For additions to the basket, the string "AIBSK" is returned.

Permissions

See Also

Reference

AddItemToBasketEvent Class

AddItemToBasketEvent Members

Microsoft.CommerceServer.Runtime Namespace