'Declaration
<NotNullAttribute()> Function GetDataTypeInDataTypeDictionaryModel( _ ByVal dataTypeDescriptor As Object _ ) As ValueResult
'Usage
Dim instance As _UADataTypeSystem Dim dataTypeDescriptor As Object Dim value As ValueResult value = instance.GetDataTypeInDataTypeDictionaryModel(dataTypeDescriptor)
[NotNull()] ValueResult GetDataTypeInDataTypeDictionaryModel( object dataTypeDescriptor )
[NotNull()] ValueResult^ GetDataTypeInDataTypeDictionaryModel( Object^ dataTypeDescriptor )
Parameters
- dataTypeDescriptor
- Identifies an OPC UA data type together with its data type dictionary.
Return Value
A value result: A success with the data type for the specified data type descriptor, or a failure.