SuggestionReturnObject.Completions propriedade
Namespace: Microsoft.SharePoint.Taxonomy.WebServices
Assembly: Microsoft.SharePoint.Taxonomy (em Microsoft.SharePoint.Taxonomy.dll)
Sintaxe
'Declaração
Public ReadOnly Property Completions As List(Of String)
Get
'Uso
Dim instance As SuggestionReturnObject
Dim value As List(Of String)
value = instance.Completions
public List<string> Completions { get; }
Valor de propriedade
Tipo: System.Collections.Generic.List<String>