Sets the property.

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

Syntax

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

Parameters

propertySpec
Type: System..::.String
The property spec.
property
Type: System..::.Object
The property.

Implements

ISimpleEditor2..::.SetProperty(String, Object)

See Also