Compartilhar 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