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.