ManagedType Enumeration
Specifies the data type of a managed property.
Namespace: Microsoft.SharePoint.Search.Extended.Administration.Schema
Assembly: Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)
Syntax
'Declaration
Public Enumeration ManagedType
'Usage
Dim instance As ManagedType
public enum ManagedType
Members
| Member name | Description | |
|---|---|---|
| Text | Text type | |
| Integer | Signed integer type | |
| Boolean | Boolean type | |
| Float | Float type | |
| Decimal | Decimal type | |
| Datetime | Datetime type |
See Also
Reference
Microsoft.SharePoint.Search.Extended.Administration.Schema Namespace