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