Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the default display name of the metadata object.
Namespace: Microsoft.Office.Server.ApplicationRegistry.Administration
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Property DefaultDisplayName As String
Get
Set
'Usage
Dim instance As MetadataObject
Dim value As String
value = instance.DefaultDisplayName
instance.DefaultDisplayName = value
public string DefaultDisplayName { get; set; }
Property Value
Type: System.String
The display name of the metadata object.
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.Administration Namespace