'Declaration
<NotNullAttribute()> Function GetDataType( _ ByVal dataTypeInfo As Object _ ) As ValueResult
'Usage
Dim instance As _UADataTypeSystem Dim dataTypeInfo As Object Dim value As ValueResult value = instance.GetDataType(dataTypeInfo)
[NotNull()] ValueResult GetDataType( object dataTypeInfo )
[NotNull()] ValueResult^ GetDataType( Object^ dataTypeInfo )
Parameters
- dataTypeInfo
- Data type info.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).
Return Value
A value result: A success with the data type for the specified data type info, or a failure.
This method never returns null
(Nothing
in Visual Basic).