Term.IsDeprecated property

Gets whether the current Term object has been deprecated.

Namespace:  Microsoft.SharePoint.Client.Taxonomy
Assembly:  Microsoft.SharePoint.Client.Taxonomy (in Microsoft.SharePoint.Client.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

See also

Reference

Term class

Term members

Microsoft.SharePoint.Client.Taxonomy namespace