'DeclarationReadOnly Property PrefixCharacter As System.Char
'UsageDim instance As IRange Dim value As System.Char value = instance.PrefixCharacter
System.char PrefixCharacter {get;}
read-only property PrefixCharacter: System.Char;
function get PrefixCharacter : System.char
            __property System.char get_PrefixCharacter();
            property System.char PrefixCharacter { System.char get(); }