'Declaration<NotNullAttribute()> Function GetDataTypeDictionaryFromDataTypeDictionaryId( _ ByVal dataTypeDictionaryId As Object _ ) As ValueResult
'UsageDim 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.
The value of this parameter cannot be
null(Nothingin Visual Basic).
Return Value
This method never returns null (Nothing in Visual Basic).