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