Свойство KeywordCondition.Terms
Пространство имен: Microsoft.Office.Server.Search.Query.Rules
Сборка: Microsoft.Office.Server.Search (в Microsoft.Office.Server.Search.dll)
Синтаксис
'Декларация
Public Property Terms As IEnumerable(Of String)
Get
Set
'Применение
Dim instance As KeywordCondition
Dim value As IEnumerable(Of String)
value = instance.Terms
instance.Terms = value
public IEnumerable<string> Terms { get; set; }
Значение свойства
Тип: System.Collections.Generic.IEnumerable<String>
См. также
Справочные материалы
Пространство имен Microsoft.Office.Server.Search.Query.Rules