ManagedPropertyInfo class

Represents information about a managed property in the SharePoint Server search.

Inheritance hierarchy

System.Object
  Microsoft.Office.Server.Search.Administration.BaseInfo
    Microsoft.Office.Server.Search.Administration.ManagedPropertyInfo

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

Syntax

'Declaration
<DataContractAttribute> _
Public NotInheritable Class ManagedPropertyInfo _
    Inherits BaseInfo _
    Implements IEquatable(Of ManagedPropertyInfo)
'Usage
Dim instance As ManagedPropertyInfo
[DataContractAttribute]
public sealed class ManagedPropertyInfo : BaseInfo, 
    IEquatable<ManagedPropertyInfo>

Remarks

Managed properties are the set of properties that are available to the search user experience.

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

ManagedPropertyInfo members

Microsoft.Office.Server.Search.Administration namespace