Sets the property.

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

Syntax

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

Parameters

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

See Also