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


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