'Declaration
Public ReadOnly Property IsSosi As Boolean
'Usage
Dim instance As ScreenCharacter Dim value As Boolean value = instance.IsSosi
public bool IsSosi {get;}
Gets
a value indicating whether the character is a DBSC SOSI character.'Declaration
Public ReadOnly Property IsSosi As Boolean
'Usage
Dim instance As ScreenCharacter Dim value As Boolean value = instance.IsSosi
public bool IsSosi {get;}
private ScreenCharacter screen; bool sosi = screen.IsSosi;