'Declaration
ReadOnly Property On As System.Boolean
'Usage
Dim 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(); }