MetadataObject.LocalizedDisplayName Property

Gets or sets the localized display name.

Namespace:  Microsoft.SharePoint.BusinessData.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property LocalizedDisplayName As String
    Get
    Set
'Usage
Dim instance As MetadataObject
Dim value As String

value = instance.LocalizedDisplayName

instance.LocalizedDisplayName = value
public string LocalizedDisplayName { get; set; }

Property Value

Type: System.String
The localized display name.

Examples

The following example illustrates the use of this property on an Entity object, which is a MetadaObject type.

Code Snippet: Add a Localized Name to a MetadataObject Using the Administration Object Model

See Also

Reference

MetadataObject Class

MetadataObject Members

Microsoft.SharePoint.BusinessData.Administration Namespace