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