Gets the section property.

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

Syntax

C#
public Object GetSectionProperty(
	string sectionUuid,
	string propertyQuery
)
Visual Basic (Declaration)
Public Function GetSectionProperty ( _
	sectionUuid As String, _
	propertyQuery As String _
) As Object
Visual C++
public:
virtual Object^ GetSectionProperty(
	String^ sectionUuid, 
	String^ propertyQuery
) sealed

Parameters

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

Return Value

query result

Implements

IEventEditor..::.GetSectionProperty(String, String)

See Also