KeywordCondition.Terms property
Namespace: Microsoft.Office.Server.Search.Query.Rules
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public Property Terms As IEnumerable(Of String)
Get
Set
'Uso
Dim instance As KeywordCondition
Dim value As IEnumerable(Of String)
value = instance.Terms
instance.Terms = value
public IEnumerable<string> Terms { get; set; }
Property value
Type: System.Collections.Generic.IEnumerable<String>