'Declaration
<NotNullAttribute()> Function GetDataTypeDictionaryFromDataTypeDictionaryId( _ ByVal dataTypeDictionaryId As Object _ ) As ValueResult
'Usage
Dim instance As _UADataTypeDictionaryProvider Dim dataTypeDictionaryId As Object Dim value As ValueResult value = instance.GetDataTypeDictionaryFromDataTypeDictionaryId(dataTypeDictionaryId)
[NotNull()] ValueResult GetDataTypeDictionaryFromDataTypeDictionaryId( object dataTypeDictionaryId )
[NotNull()] ValueResult^ GetDataTypeDictionaryFromDataTypeDictionaryId( Object^ dataTypeDictionaryId )
Parameters
- dataTypeDictionaryId
- A data type dictionary ID.
Return Value
A value result with the data type dictionary obtained.