Visual Basic Language Reference  

CallType Enumeration

When you call the CallByName function, you can use the following CallType enumeration members in your code in place of the actual values:

CallType Enumeration Members

The UseCallType argument takes the following CallType values:

Member Constant Description
Method vbMethod A method is being invoked.
Get vbGet A property value is being retrieved.
Set vbSet A property value is being determined.
Let vbLet An Object property value is being determined.

Requirements

Namespace: Microsoft.VisualBasic

Assembly: Microsoft Visual Basic .NET Runtime (in Microsoft.VisualBasic.dll)

See Also

CallByName Function