InfoConnect API Guide
Attachmate.Reflection.Framework Namespace / IControl Interface / Name Property


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

    Property Value

    The name of the control.
    See Also