OptionsCollection.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
public string this[
string name
] { get; set; }
Public Default Property Item (
name As String
) As String
Get
Set
public:
virtual property String^ default[String^ name] {
String^ get (String^ name) sealed;
void set (String^ name, String^ value) sealed;
}
abstract Item : string with get, set
override Item : string with get, set
- name String
- Name of the option.
StringA string representation of the option value.