| ModelManagerGetAnnotatedDataType Method (Type) |
Returns the data type of an annotated data item.
Namespace:
Dynamicweb.Analytics.Model
Assembly:
Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax public static Type GetAnnotatedDataType(
Type dataItemType
)
Public Shared Function GetAnnotatedDataType (
dataItemType As Type
) As Type
Parameters
- dataItemType
- Type: SystemType
Annotated data item type.
Return Value
Type:
TypeData type of an annotated data item.
Exceptions See Also