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 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