Click or drag to resize

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; }

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