'DeclarationReadOnly Property HasArray As System.Boolean
'UsageDim instance As IRange Dim value As System.Boolean value = instance.HasArray
System.bool HasArray {get;}
read-only property HasArray: System.Boolean;
function get HasArray : System.boolean
            __property System.bool get_HasArray();
            property System.bool HasArray { System.bool get(); }