Term.IsReused property

Gets whether the current Term object is a reused Term.

Namespace:  Microsoft.SharePoint.Client.Taxonomy
Assembly:  Microsoft.SharePoint.Client.Taxonomy (in Microsoft.SharePoint.Client.Taxonomy.dll)

Syntax

'Declaration
Public ReadOnly Property IsReused As Boolean
    Get
'Usage
Dim instance As Term
Dim value As Boolean

value = instance.IsReused
public bool IsReused { get; }

Property value

Type: System.Boolean
true if the current Term is a reused Term; otherwise, false

Remarks

If the current Term is reused, there will be at least one member in the ReusedTerms collection.The current Term may be the source Term for reuse. Check the SourceTerm property value to find out.

See also

Reference

Term class

Term members

Microsoft.SharePoint.Client.Taxonomy namespace