 | CAEXTypeDictionaryItem Property |
Gets or sets the data type associated with the specified key.
Namespace: Aml.Engine.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic Type this[
string caexTagName
] { get; }
Public ReadOnly Default Property Item (
caexTagName As String
) As Type
Get
public:
property Type^ default[String^ caexTagName] {
Type^ get (String^ caexTagName);
}
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
TypeType.
See Also