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.