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.

See Also

Reference

Schema Class

Schema Members

Microsoft.Office.Server.Search.Administration Namespace