OptionsCollectionItem Property
Gets or sets a string representation of the option value.
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.2.9018.0
public string this[
string name
] { get; set; }
Public Default Property Item (
name As String
) As String
Get
Set
public:
property String^ default[String^ name] {
String^ get (String^ name);
void set (String^ name, String^ value);
}
member Item : string with get, set
- name String
- Name of the option.
StringA string representation of the option value.