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