Sets the section property.

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

Syntax

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

Parameters

sectionUuid
Type: System..::.String
Section UUID.
propertySpec
Type: System..::.String
Property spec.
property
Type: System..::.Object
Property.

See Also