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 all of the instances of the current Term object that are reused in other TermSet objects.
Namespace: Microsoft.SharePoint.Taxonomy
Assembly: Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.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.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.