Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Type information
| Name | Value |
|---|---|
| Base type | xs:string |
| Namespace | http://schemas.datacontract.org/2004/07/Microsoft.Office.Server.Search.Administration |
| Schema file | schema_Microsoft.Office.Server.Search.Administration.xsd |
Definition
<xs:simpleType name="ManagedDataType">
<xs:restriction base="xs:string">
<xs:enumeration value="Unsupported" />
<xs:enumeration value="Text" />
<xs:enumeration value="Integer" />
<xs:enumeration value="Decimal" />
<xs:enumeration value="DateTime" />
<xs:enumeration value="YesNo" />
<xs:enumeration value="Binary" />
<xs:enumeration value="Double" />
</xs:restriction>
</xs:simpleType>
Enumeration values
| Value | Description |
|---|---|
| Unsupported |
|
| Text |
|
| Integer |
|
| Decimal |
|
| DateTime |
|
| YesNo |
|
| Binary |
|
| Double |