Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 RemoveItemFromBasketEvent
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 removals from the basket, the string "RIBSK" is returned.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
RemoveItemFromBasketEvent Class