IMetadataObject.GetLocalizedDisplayName Method

Returns the localized display name of this metadata object.

Namespace:  Microsoft.BusinessData.MetadataModel
Assembly:  Microsoft.BusinessData (in Microsoft.BusinessData.dll)

Syntax

'Declaration
Function GetLocalizedDisplayName As String
'Usage
Dim instance As IMetadataObject
Dim returnValue As String

returnValue = instance.GetLocalizedDisplayName()
string GetLocalizedDisplayName()

Return Value

Type: System.String
The localized display name of this metadata object.

Remarks

If a localized name is defined for the metadata object for the current UI culture, this method will return that. Otherwise an InvalidMetadataObjectException exception will be thrown.

See Also

Reference

IMetadataObject Interface

IMetadataObject Members

Microsoft.BusinessData.MetadataModel Namespace