Sets the event property.

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

Syntax

C#
void SetEventProperty(
	string eventUuid,
	string propertySpec,
	Object property
)
Visual Basic (Declaration)
Sub SetEventProperty ( _
	eventUuid As String, _
	propertySpec As String, _
	property As Object _
)
Visual C++
void SetEventProperty(
	String^ eventUuid, 
	String^ propertySpec, 
	Object^ property
)

Parameters

eventUuid
Type: System..::.String
Event UUID.
propertySpec
Type: System..::.String
Property spec.
property
Type: System..::.Object
Property.

See Also