Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.UserInterface Namespace / SmartControl Class / Id Property


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