Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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