public System.int Level {get;}
public read-only property Level: System.Integer;
public function get Level : System.int
public: __property System.int get_Level();
public: property System.int Level { System.int get(); }
'Declaration
Public ReadOnly Property Level As System.Integer
'Usage
Dim instance As InfoMessageArgs Dim value As System.Integer value = instance.Level