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.
Gets the collection of ManagedProperty objects representing managed properties in the Search service application’s metadata schema for the Shared Service Provider.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public ReadOnly Property AllManagedProperties As ManagedPropertyCollection
Get
'Usage
Dim instance As Schema
Dim value As ManagedPropertyCollection
value = instance.AllManagedProperties
public ManagedPropertyCollection AllManagedProperties { get; }
Property Value
Type: Microsoft.Office.Server.Search.Administration.ManagedPropertyCollection
A ManagedPropertyCollection object that represents the managed properties in the Search service application's metadata schema.