IniKeyCollectionItem(String) Property
Gets or sets the
IniKey that matches the specified key name.
Namespace: DevCase.Core.Application.UserSettingsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public IniKey this[
string keyName
] { get; set; }
Public Default Property Item (
keyName As String
) As IniKey
Get
Set
Dim instance As IniKeyCollection
Dim keyName As String
Dim value As IniKey
value = instance(keyName)
instance(keyName) = value
public:
property IniKey^ default[String^ keyName] {
IniKey^ get (String^ keyName);
void set (String^ keyName, IniKey^ value);
}
member Item : IniKey with get, set
No code example is currently available or this language may not be supported.
- keyName String
-
The key name.
IniKey
The
IniKey.