Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.UserInterface Namespace / ISmartControl Interface / Id Property


In This Topic
    Id Property (ISmartControl)
    In This Topic
    Gets the unique id for this SmartUx control.
    Syntax
    'Declaration
     
    
    ReadOnly Property Id As String
    'Usage
     
    
    Dim instance As ISmartControl
    Dim value As String
     
    value = instance.Id
    string Id {get;}
    See Also