Gets the event property.

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

Syntax

C#
public Object GetEventProperty(
	string eventUuid,
	string propertyQuery
)
Visual Basic (Declaration)
Public Function GetEventProperty ( _
	eventUuid As String, _
	propertyQuery As String _
) As Object
Visual C++
public:
virtual Object^ GetEventProperty(
	String^ eventUuid, 
	String^ propertyQuery
) sealed

Parameters

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

Return Value

object or object array

Implements

IEventEditor..::.GetEventProperty(String, String)

See Also