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