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