InfoConnect API Guide
Attachmate.Reflection.Framework Namespace / Application Class / Id Property


In This Topic
    Id Property (Application)
    In This Topic
    Gets the instance identifier of this instance.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Id As Guid
    'Usage
     
    
    Dim instance As Application
    Dim value As Guid
     
    value = instance.Id
    public Guid Id {get;}

    Property Value

    A Guid that uniquely identifies this instance of InfoConnect.
    See Also