Expand Minimize
This topic has not yet been rated - Rate this topic

ManagedDataType Enumeration

Defines the managed property data types supported in the Enterprise Search schema.

Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in microsoft.office.server.search.dll)
public enum ManagedDataType
 Member nameDescription
BinarySystem.Byte 
DateTimeSystem.DateTime 
DecimalSystem.Decimal 
IntegerSystem.Int32 
TextSystem.String 
UnsupportedSpecifies that the data type is unsupported. 
YesNoSystem.Boolean 

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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.