PropertyConstraint.Values Property
Gets the value constraints of the property.
Namespace: Microsoft.SharePoint.Search.Query
Assembly: Microsoft.SharePoint.Search (in Microsoft.SharePoint.Search.dll)
Syntax
'Declaration
Public Property Values As String()
Get
Friend Set
'Usage
Dim instance As PropertyConstraint
Dim value As String()
value = instance.Values
public string[] Values { get; internal set; }
Property Value
Type: []
A string Array containing the property value constraints.