PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Gets a single value from the event data sent earlier.

Namespace: Smartsite.Scf
Assembly:  Smartsite.Scf (in Smartsite.Scf.dll)

Syntax

C#Copy imageCopy Code
[(Name = "{0}.Events.ReceiveValue")]
public static  CurrentSmartletGetEventSingleProperty(
	 context,
	string eventName,
	string propertyName
)
Visual Basic (Declaration)Copy imageCopy Code
<(Name := "{0}.Events.ReceiveValue")> _
Public Shared Function CurrentSmartletGetEventSingleProperty ( _
	context As , _
	eventName As , _
	propertyName As  _
) As 

Parameters

context
IRenderContext
The context.
eventName
String
Name of the event.
propertyName
String
Name of the event property to get.

Return Value

Object

See Also

Smartlet Class
Smartsite.Scf Namespace
Advanced