Gets the event property.

Namespace:  GrassValley.Mseries.Editor
Assembly:  GrassValley.Mseries.Editor (in GrassValley.Mseries.Editor.dll) Version: 1.0.0.0

Syntax

C#
Object GetEventProperty(
	string eventUuid,
	string propertyQuery
)
Visual Basic (Declaration)
Function GetEventProperty ( _
	eventUuid As String, _
	propertyQuery As String _
) As Object
Visual C++
Object^ GetEventProperty(
	String^ eventUuid, 
	String^ propertyQuery
)

Parameters

eventUuid
Type: System..::.String
Event UUID.
propertyQuery
Type: System..::.String
Property query.

Return Value

object or object array

See Also