Gets the edit property.

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

Syntax

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

Parameters

editUuid
Type: System..::.String
Edit UUID.
propertyQuery
Type: System..::.String
Property query.

Return Value

object or object array

Remarks

Returns one or more edit properties from the Movie Server. Edit properties include name, source clip, marks, duration, etc.

See Also