MetadataNavigationItem.FieldDisplayName property
Gets the [Title] display name of the field that this instance refers to.
Namespace: Microsoft.Office.DocumentManagement.MetadataNavigation
Assembly: Microsoft.Office.DocumentManagement (in Microsoft.Office.DocumentManagement.dll)
Syntax
'Declaration
Public ReadOnly Property FieldDisplayName As String
Get
'Usage
Dim instance As MetadataNavigationItem
Dim value As String
value = instance.FieldDisplayName
public string FieldDisplayName { get; }
Property value
Type: System.String
The [Title] display name of the field that this instance refers to.
See also
Reference
MetadataNavigationItem members
Microsoft.Office.DocumentManagement.MetadataNavigation namespace