Click or drag to resize

ISettingsItem Interface

Manage a settings item.

Namespace:  AskiaPortalCmn.Common
Assembly:  AskiaPortalCmn (in AskiaPortalCmn.dll) Version: 1.7.0-build068
Syntax
public interface ISettingsItem

The ISettingsItem type exposes the following members.

Properties
  NameDescription
Public propertyEntityId
Indicates the identifier of the entity where the item belongs to.
Public propertyEntityType
Indicates the type of entity where the item belongs to.
Public propertyIsInherited
Indicates if the settings value is inherited from a profile settings.
Public propertyKey
Indicates the key of the settings.
Public propertyModuleGuid
Indicates the module associated with the specified settings.
Public propertyValue
Indicates the value of the settings.
Top
See Also