Click or drag to resize
RegisterModuleUsageDataSourceAttributeMarkedType Property
Gets the type of the module data provider.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
public Type MarkedType { get; set; }

Property Value

Type: Type

Implements

IInitAttributeMarkedType
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown when value to set is null
ArgumentExceptionThrown when value to set is not implementing IModuleUsageDataSource interface
See Also