TaxonomyWebTaggingControl.IsIncludeTermSetName property
Gets and sets whether this control will resolve against the names of TermSet object names.
Namespace: Microsoft.SharePoint.Taxonomy
Assembly: Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)
Syntax
'Declaration
Public Property IsIncludeTermSetName As Boolean
Get
Set
'Usage
Dim instance As TaxonomyWebTaggingControl
Dim value As Boolean
value = instance.IsIncludeTermSetName
instance.IsIncludeTermSetName = value
public bool IsIncludeTermSetName { get; set; }
Property value
Type: System.Boolean
Whether this control will resolve against TermSet names.
See also
Reference
TaxonomyWebTaggingControl class