Get data for event shared by receivers inside this group.

Namespace:  LeCouteauSuisse.API
Assembly:  LeCouteauSuisseAPI (in LeCouteauSuisseAPI.dll) Version: 1.0.0.2 (1.0.0.2)

Syntax

C#
public Object GetData(
	string key
)
Visual Basic (Declaration)
Public Function GetData ( _
	key As String _
) As Object
Visual C++
public:
Object^ GetData(
	String^ key
)

Parameters

key
Type: System..::.String
Key name of the data

Return Value

Value associated with this key. If no data is store with this key return null.

See Also