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
SyntaxPublic Property Expression As String
Get
Set
Property Value
Type:
StringReturn Value
Type:
String
RemarksThe expression syntax is of the form <Typename>.Property1[.Property2]...[.PropertyN] where property parameters can be specified as appropriate using parenthesis.
See Also