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