Gets runtime expressions from a collection of expressions. | |
Syntax: | String = object.RuntimeExpression |
Description: | The RuntimeExpression property returns
runtime expressions in a collection of expressions for a GefObjectExpression objects. Example: Sub RuntimeExpression() Dim ObjExp As GefObjectExpression For Each ObjExp in
CimGetScreen.Object.Expressions MsgBox "Runtime expression: " &
ObjExp.RuntimeExpression Next ObjExp End Sub |