ISettingsItem Property (SettingsKey) |
Gets the AskiaPortal settings item with the specified
key.
Namespace:
AskiaPortalCmn.Common
Assembly:
AskiaPortalCmn (in AskiaPortalCmn.dll) Version: 1.7.0-build068
Syntax ISettingsItem this[
SettingsKey key
] { get; }
ReadOnly Default Property Item (
key As SettingsKey
) As ISettingsItem
Get
property ISettingsItem^ default[SettingsKey key] {
ISettingsItem^ get (SettingsKey key);
}
Parameters
- key
- Type: AskiaPortalCmn.CommonSettingsKey
Key of the AskiaPortal settings item to obtain.
Return Value
Type:
ISettingsItem
AskiaPortal settings item with the specified key,
or null if the item is not found.
Remarks
This returns the item directly
attached to the settings or on his inheritance.
See Also