InfoConnect API Guide
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
    string Name {get;}
    See Also