Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / IIbmTerminal Interface / VBCommonProject Property


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