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