Reflection
VBCommonProject Property (IIbmTerminal)


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
object VBCommonProject {get;}
See Also