Reflection .NET API
Attachmate.Reflection.Framework Assembly / Attachmate.Reflection.Framework Namespace / Application Class / CanOpenMoreSessions Property


In This Topic
    CanOpenMoreSessions Property
    In This Topic
    Gets a value indicating whether the frame can open more sessions
    Syntax
    'Declaration
     
    
    Public ReadOnly Property CanOpenMoreSessions As Boolean
    'Usage
     
    
    Dim instance As Application
    Dim value As Boolean
     
    value = instance.CanOpenMoreSessions
    public bool CanOpenMoreSessions {get;}
    See Also