'Declaration
<NotNullAttribute()> Function GetDataTypeDictionaryIdFromDataTypeDescriptionId( _ ByVal dataTypeDescriptionId As Object _ ) As ValueResult
'Usage
Dim instance As _UADataTypeDictionaryProvider Dim dataTypeDescriptionId As Object Dim value As ValueResult value = instance.GetDataTypeDictionaryIdFromDataTypeDescriptionId(dataTypeDescriptionId)
[NotNull()] ValueResult GetDataTypeDictionaryIdFromDataTypeDescriptionId( object dataTypeDescriptionId )
[NotNull()] ValueResult^ GetDataTypeDictionaryIdFromDataTypeDescriptionId( Object^ dataTypeDescriptionId )
Parameters
- dataTypeDescriptionId
- A data type description ID.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).
Return Value
This method never returns null
(Nothing
in Visual Basic).