CommonlyClickedPropertyCondition.PropertyValues property
Namespace: Microsoft.Office.Server.Search.Query.Rules
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property PropertyValues As IEnumerable(Of String)
Get
Set
'Usage
Dim instance As CommonlyClickedPropertyCondition
Dim value As IEnumerable(Of String)
value = instance.PropertyValues
instance.PropertyValues = value
public IEnumerable<string> PropertyValues { get; set; }
Property value
Type: System.Collections.Generic.IEnumerable<String>
See also
Reference
CommonlyClickedPropertyCondition class