'DeclarationReadOnly Property Formula As System.String
'UsageDim instance As IValue Dim value As System.String value = instance.Formula
System.string Formula {get;}
read-only property Formula: System.String;
function get Formula : System.String
            __property System.string* get_Formula();
            property System.String^ Formula {
   System.String^ get();
}