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