Share via


DisambiguationInstanceReturnObject.TermsetAndPaths property

This member is reserved for internal use and is not intended to be used directly from your code.

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

Syntax

'Declaration
Public ReadOnly Property TermsetAndPaths As List(Of String)
    Get
'Usage
Dim instance As DisambiguationInstanceReturnObject
Dim value As List(Of String)

value = instance.TermsetAndPaths
public List<string> TermsetAndPaths { get; }

Property value

Type: System.Collections.Generic.List<String>
Returns List<T>.

See also

Reference

DisambiguationInstanceReturnObject class

DisambiguationInstanceReturnObject members

Microsoft.SharePoint.Taxonomy.WebServices namespace