InfoConnect API Guide
Attachmate.Reflection.UserInterface Namespace / IView Interface / Name Property


In This Topic
    Name Property (IView)
    In This Topic
    Gets or sets the name of the view.
    Syntax
    'Declaration
     
    
    Property Name As String
    'Usage
     
    
    Dim instance As IView
    Dim value As String
     
    instance.Name = value
     
    value = instance.Name
    string Name {get; set;}
    See Also