Share via


TermStore.OrphanedTermsTermSet property

Gets the TermSet for this TermStore which contains the set of Orphaned Term objects.

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

Syntax

'Declaration
Public ReadOnly Property OrphanedTermsTermSet As TermSet
    Get
'Usage
Dim instance As TermStore
Dim value As TermSet

value = instance.OrphanedTermsTermSet
public TermSet OrphanedTermsTermSet { get; }

Property value

Type: Microsoft.SharePoint.Taxonomy.TermSet
The TermSet object for this TermStore object which contains the set of orphaned Term objects

See also

Reference

TermStore class

TermStore members

Microsoft.SharePoint.Taxonomy namespace