QueryPropertyValueType enumeration
Especifica o valor do tipo para a propriedade; cada tipo tem um valor de índice específico.
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public Enumeration QueryPropertyValueType
'Uso
Dim instance As QueryPropertyValueType
public enum QueryPropertyValueType
Members
Member name | Description | |
---|---|---|
None | 0 | |
StringType | 1 | |
Int32TYpe | 2 | |
BooleanType | 3 | |
StringArrayType | 4 | |
UnSupportedType | 5 |