MetadataObject.GetLocalizedDisplayName Method

NOTE: This API is now obsolete.

Gets the localized display name of the metadata object.

Namespace:  Microsoft.Office.Server.ApplicationRegistry.MetadataModel
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
<ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.",  _
    False)> _
Public Overridable Function GetLocalizedDisplayName As String
'Usage
Dim instance As MetadataObject
Dim returnValue As String

returnValue = instance.GetLocalizedDisplayName()
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.", 
    false)]
public virtual string GetLocalizedDisplayName()

Return Value

Type: System.String
The localized display name.

See Also

Reference

MetadataObject Class

MetadataObject Members

Microsoft.Office.Server.ApplicationRegistry.MetadataModel Namespace