Term.MergedTermIds Property

Gets a read-only collection of Term Ids. Term objects identified by those Ids have been merged into the current Term.

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

Syntax

'Declaration
Public ReadOnly Property MergedTermIds As ReadOnlyCollection(Of Guid)
    Get
'Usage
Dim instance As Term
Dim value As ReadOnlyCollection(Of Guid)

value = instance.MergedTermIds
public ReadOnlyCollection<Guid> MergedTermIds { get; }

Property Value

Type: System.Collections.ObjectModel.ReadOnlyCollection<Guid>
A read-only collection of Term Ids

See Also

Reference

Term Class

Term Members

Microsoft.SharePoint.Taxonomy Namespace