Term.ReusedTerms property
Gets all of the instances of the current Term object that are reused in other TermSet objects.
Namespace: Microsoft.SharePoint.Client.Taxonomy
Assembly: Microsoft.SharePoint.Client.Taxonomy (in Microsoft.SharePoint.Client.Taxonomy.dll)
Syntax
'Declaration
Public ReadOnly Property ReusedTerms As TermCollection
Get
'Usage
Dim instance As Term
Dim value As TermCollection
value = instance.ReusedTerms
public TermCollection ReusedTerms { get; }
Property value
Type: Microsoft.SharePoint.Client.Taxonomy.TermCollection
A collection of Term objects
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | The current Term is in a bad state. |
Remarks
The returned collection of Term objects does not include the current Termitself.