ManagedPropertyInfo.ManagedType property

Gets or sets the data type of the managed property.

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
<DataMemberAttribute> _
Public Property ManagedType As ManagedDataType
    Get
    Set
'Usage
Dim instance As ManagedPropertyInfo
Dim value As ManagedDataType

value = instance.ManagedType

instance.ManagedType = value
[DataMemberAttribute]
public ManagedDataType ManagedType { get; set; }

Property value

Type: Microsoft.Office.Server.Search.Administration.ManagedDataType
A value from the ManagedType enumeration.

See also

Reference

ManagedPropertyInfo class

ManagedPropertyInfo members

Microsoft.Office.Server.Search.Administration namespace