Click or drag to resize
IModuleUsageDataItem Interface
Represents one fragment of module usage data

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax
C#
public interface IModuleUsageDataItem

The IModuleUsageDataItem type exposes the following members.

Properties
  NameDescription
Public propertyKey
Key representing the item. Must be unique within one data source.
Public propertyValue
Item value
Top
See Also