QueryPropertyValueType enumeration
Specifies the type value for the property; each type has a specific index value.
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Enumeration QueryPropertyValueType
'Usage
Dim instance As QueryPropertyValueType
public enum QueryPropertyValueType
Members
Member name | Description | |
---|---|---|
None | 0 | |
StringType | 1 | |
Int32TYpe | 2 | |
BooleanType | 3 | |
StringArrayType | 4 | |
UnSupportedType | 5 |