PropertyRule.PropertyValues property

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
<DataMemberAttribute> _
Public Property PropertyValues As List(Of String)
    Get
    Set
'Usage
Dim instance As PropertyRule
Dim value As List(Of String)

value = instance.PropertyValues

instance.PropertyValues = value
[DataMemberAttribute]
public List<string> PropertyValues { get; set; }

Property value

Type: System.Collections.Generic.List<String>

See also

Reference

PropertyRule class

PropertyRule members

Microsoft.Office.Server.Search.Administration namespace