Share via


TaxonomyFieldEditor.DisplayAsNewSection property

Gets whether to show a new section line when the page is rendered for creating a new column.

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

Syntax

'Declaration
Public ReadOnly Property DisplayAsNewSection As Boolean
    Get
'Usage
Dim instance As TaxonomyFieldEditor
Dim value As Boolean

value = instance.DisplayAsNewSection
public bool DisplayAsNewSection { get; }

Property value

Type: System.Boolean
Returns Boolean.

Implements

IFieldEditor.DisplayAsNewSection

See also

Reference

TaxonomyFieldEditor class

TaxonomyFieldEditor members

Microsoft.SharePoint.Taxonomy namespace