Gets the section property.

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

Syntax

C#
Object GetSectionProperty(
	string sectionUuid,
	string propertyQuery
)
Visual Basic (Declaration)
Function GetSectionProperty ( _
	sectionUuid As String, _
	propertyQuery As String _
) As Object
Visual C++
Object^ GetSectionProperty(
	String^ sectionUuid, 
	String^ propertyQuery
)

Parameters

sectionUuid
Type: System..::.String
Section UUID.
propertyQuery
Type: System..::.String
Property query.

Return Value

query result

See Also