TaxonomyWebTaggingControl.IsIncludeDeprecated property
Gets or sets whether this control will resolve against deprecated Term objects.
Namespace: Microsoft.SharePoint.Taxonomy
Assembly: Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)
Syntax
'Declaration
Public Property IsIncludeDeprecated As Boolean
Get
Set
'Usage
Dim instance As TaxonomyWebTaggingControl
Dim value As Boolean
value = instance.IsIncludeDeprecated
instance.IsIncludeDeprecated = value
public bool IsIncludeDeprecated { get; set; }
Property value
Type: System.Boolean
A Boolean that determines whether this control will resolve against deprecated terms
See also
Reference
TaxonomyWebTaggingControl class