SuggestionReturnObject.Completions Property
Namespace: Microsoft.SharePoint.Taxonomy.WebServices
Assembly: Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)
Syntax
'Declaration
Public ReadOnly Property Completions As List(Of String)
Get
'Usage
Dim instance As SuggestionReturnObject
Dim value As List(Of String)
value = instance.Completions
public List<string> Completions { get; }
Property Value
Type: System.Collections.Generic.List<String>