'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.
Return Value
A value result with the data type dictionary ID obtained.