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