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