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.Client.Taxonomy
Assembly:  Microsoft.SharePoint.Client.Taxonomy (in Microsoft.SharePoint.Client.Taxonomy.dll)

Syntax

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

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

Property value

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

See also

Reference

Term class

Term members

Microsoft.SharePoint.Client.Taxonomy namespace