Compartilhar via


SuggestionReturnObject.Paths 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 Paths As List(Of String)
    Get
'Usage
Dim instance As SuggestionReturnObject
Dim value As List(Of String)

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

Property Value

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

See Also

Reference

SuggestionReturnObject Class

SuggestionReturnObject Members

Microsoft.SharePoint.Taxonomy.WebServices Namespace