Sets the event property.

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

Syntax

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

Parameters

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

Implements

IEventEditor..::.SetEventProperty(String, String, Object)

See Also