MetadataObject.LocalizedDisplayName Property
Gets or sets the localized display name for the metadata object.
Namespace: Microsoft.Office.Server.ApplicationRegistry.Administration
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.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 for the metadata object.
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.Administration Namespace