Click or drag to resize

FetchDataExpression Property

An expression designating the information to extract from Input.

Namespace:  MediaCy.Addins.Scripting
Assembly:  MediaCy.Addins.Scripting (in MediaCy.Addins.Scripting.dll) Version: 3.1.0.0
Syntax
VB
Public Property Expression As String
	Get
	Set

Property Value

Type: String

Return Value

Type: String
Remarks
The expression syntax is of the form <Typename>.Property1[.Property2]...[.PropertyN] where property parameters can be specified as appropriate using parenthesis.
See Also