Sets and gets configured expressions from a collection of expressions. | |
Syntax: | String =
object.Expression object.Expression = String |
Description: | The Expression property replaces and
returns configured expressions in a collection of expressions for a
GefObjectExpression
object. Example: Sub Expression() Dim ObjExp As GefObjectExpression For Each ObjExp in
CimGetScreen.Object.Expressions MsgBox "Configured expression: " &
ObjExp.Expression Next ObjExp End Sub |
See Also: | GefObjectExpressions.Item |