CatalogTaxonomyFieldSettings.FieldDisplayName property

Gets or sets the display name of an SPField object that is used to categorize catalog items.

Namespace:  Microsoft.SharePoint.Publishing
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
Public Property FieldDisplayName As String
    Get
    Set
'Usage
Dim instance As CatalogTaxonomyFieldSettings
Dim value As String

value = instance.FieldDisplayName

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

Property value

Type: System.String

See also

Reference

CatalogTaxonomyFieldSettings class

CatalogTaxonomyFieldSettings members

Microsoft.SharePoint.Publishing namespace