InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / ScreenCharacter Class / IsSosi Property
Example


In This Topic
    IsSosi Property (ScreenCharacter)
    In This Topic
    Gets a value indicating whether the character is a DBSC SOSI character.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsSosi As Boolean
    'Usage
     
    
    Dim instance As ScreenCharacter
    Dim value As Boolean
     
    value = instance.IsSosi
    public bool IsSosi {get;}
    Example
    private ScreenCharacter screen;
                
    bool sosi = screen.IsSosi;
    See Also