Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / IContextMenu Interface / Name Property


In This Topic
Name Property (IContextMenu)
In This Topic
Gets a value indicating the descriptive name of this menu.
Syntax
'Declaration
 
ReadOnly Property Name As String
 
'Usage
 
Dim instance As IContextMenu
Dim value As String
 
value = instance.Name
See Also