Schema.AllManagedProperties property
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.