Share via


AddItemToBasketEvent.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 additions to basket events, the string "AIBSK" 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.