'Declaration
ReadOnly Property ID As System.Integer
'Usage
Dim instance As IShape Dim value As System.Integer value = instance.ID
System.int ID {get;}
read-only property ID: System.Integer;
function get ID : System.int
__property System.int get_ID();
property System.int ID { System.int get(); }