Click or drag to resize

CAEXTypeDictionaryItem Property

Gets or sets the data type associated with the specified key.

Namespace: Aml.Engine.CAEX
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public Type this[
	string caexTagName
] { get; }

Parameters

caexTagName  String
The key. The caexTagName is concatenated with the "Type" extension, to match a Type name of a CAEX wrapper class.

Return Value

Type
Type.
See Also