GefScript (object)

Represents the script associated with an object.
Description: Represents the script associated with an object.

Example:

Sub GefObject_Script()
    
    Dim oCimObj As GefObject
    Dim oCimScript As GefScript
    
    Set oCimObj = CimGetObject
    Set oCimScript = oCimObj.Script
    
    MsgBox "The current script(s) on " & oCimObj.Name & _
        " are: " & Chr$(10) & Chr$(10) & oCimScript.Script
    
End Sub
Properties: Application , Parent , Script
Methods: