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


In This Topic
    InstanceId Property (IControl)
    In This Topic
    Gets the instance ID of the control.
    Syntax
    'Declaration
     
    
    ReadOnly Property InstanceId As Guid
    'Usage
     
    
    Dim instance As IControl
    Dim value As Guid
     
    value = instance.InstanceId
    Guid InstanceId {get;}

    Property Value

    A Guid that uniquely indentifies the control.
    See Also