PropertyConstraint.Values property

Gets the value constraints of the property.

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

Syntax

'Declaration
<DataMemberAttribute> _
Public Property Values As String()
    Get
    Friend Set
'Usage
Dim instance As PropertyConstraint
Dim value As String()

value = instance.Values
[DataMemberAttribute]
public string[] Values { get; internal set; }

Property value

Type: []
A string Array containing the property value constraints.

See also

Reference

PropertyConstraint class

PropertyConstraint members

Microsoft.Office.Server.Search.Query namespace