Reflection
IsSosi Property
Example 


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