'DeclarationReadOnly Property ID As System.Integer
'UsageDim 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(); }