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 whether the current Term object has been deprecated.
Namespace: Microsoft.SharePoint.Taxonomy
Assembly: Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)
Syntax
'Declaration
Public ReadOnly Property IsDeprecated As Boolean
Get
'Usage
Dim instance As Term
Dim value As Boolean
value = instance.IsDeprecated
public bool IsDeprecated { get; }
Property Value
Type: System.Boolean
true if the current Term is deprecated; otherwise, false