Click or drag to resize
CoronaLuaEventPropertiesGet Method
Fetches a property value from the collection by its property name.

Namespace: CoronaLabs.Corona.WinRT
Assembly: CoronaLabs (in CoronaLabs.dll) Version: 255.255.255.255
Syntax
public ICoronaBoxedData Get(
	string name
)

Parameters

name
Type: SystemString
The unique name of the property to fetch from.

Return Value

Type: ICoronaBoxedData

Returns the value of the specified property as a boxed object.

Returns null if the property name was not found.

See Also