'Declaration
Public ReadOnly Property B As System.Byte
'Usage
Dim instance As Color Dim value As System.Byte value = instance.B
public System.byte B {get;}
public read-only property B: System.Byte;
public function get B : System.byte
public: __property System.byte get_B();
public: property System.byte B { System.byte get(); }