Constants::vbSet Field

 

Indicates that a property value should be set when the CallByName function is called.

Namespace:   Microsoft.VisualBasic
Assembly:  Microsoft.VisualBasic (in Microsoft.VisualBasic.dll)

public:
literal CallType vbSet

When you call the CallByName function, you can use the following CallType enumeration members in your code in place of the actual values. The UseCallType argument takes the CallType enumeration members.

.NET Framework
Available since 1.1
Silverlight
Available since 2.0
Return to top
Show: