ManagedDataType Enumeration
Defines the managed property data types supported in the SharePoint Enterprise Search schema.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Enumeration ManagedDataType
'Usage
Dim instance As ManagedDataType
public enum ManagedDataType
Members
Member name | Description | |
---|---|---|
Unsupported | Specifies that the data type is unsupported. | |
Text | System.String | |
Integer | System.Int32 | |
Decimal | System.Decimal | |
DateTime | System.DateTime | |
YesNo | System.Boolean | |
Binary | System.Byte |
Remarks
Use the ManagedDataType enumeration with the ManagedType property of the ManagedProperty class, the Create() method of the ManagedPropertyCollection class, and the IsMappable() method of the Schema class.