IMetadataObject.GetLocalizedNames Method
Returns the localized names of this metadata object.
Namespace: Microsoft.BusinessData.MetadataModel
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Function GetLocalizedNames As ILocalizedNameDictionary
'Usage
Dim instance As IMetadataObject
Dim returnValue As ILocalizedNameDictionary
returnValue = instance.GetLocalizedNames()
ILocalizedNameDictionary GetLocalizedNames()
Return Value
Type: Microsoft.BusinessData.MetadataModel.Collections.ILocalizedNameDictionary
The collection of localized names of this metadata object.
Remarks
If there are no localized names the returned collection will be empty.