SettingsSectionItem Property
Gets the typed value for the specified key.
Namespace: Gemstone.ConfigurationAssembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.152 -- Release Build+1bdd5395ab91a1a698659399697f8334859b02d2
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