SettingsSectionItem Property
Gets the typed value for the specified key.
Namespace: Gemstone.ConfigurationAssembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.158 -- Release Build+8af53c44e6ad1fac543a652d58b46c9843b74b64
public Object? this[
string key
] { get; set; }
Public Default Property Item (
key As String
) As Object
Get
Set
public:
property Object^ default[String^ key] {
Object^ get (String^ key);
void set (String^ key, Object^ value);
}
function get_Item(key);
function set_Item(value);
- key String
- Setting key name.
Object