ArgumentInfo.Text Property
Explicit text to use for the argument.
When explicit text is
null or
Empty,
the text of argument is generated automatically based on
Section.
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
public string Text { get; set; }
Public Property Text As String
Get
Set
public:
property String^ Text {
String^ get ();
void set (String^ value);
}
member Text : string with get, set
Property Value
String