Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / ITerminal Interface / VBCommonProject Property


In This Topic
VBCommonProject Property (ITerminal)
In This Topic
Gets the Common VB Project (VBA use only)
Syntax
'Declaration
 
ReadOnly Property VBCommonProject As Object
 
'Usage
 
Dim instance As ITerminal
Dim value As Object
 
value = instance.VBCommonProject
See Also