Schema.AllManagedProperties Property

Returns a list of managed properties in the index schema.

Namespace:  Microsoft.SharePoint.Search.Extended.Administration.Schema
Assembly:  Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)

Syntax

'Declaration
ReadOnly Property AllManagedProperties As ManagedPropertyCollection
    Get
'Usage
Dim instance As Schema
Dim value As ManagedPropertyCollection

value = instance.AllManagedProperties
ManagedPropertyCollection AllManagedProperties { get; }

Property Value

Type: Microsoft.SharePoint.Search.Extended.Administration.Schema.ManagedPropertyCollection
A ManagedPropertyCollection object that represents the managed properties in the index schema.

See Also

Reference

Schema Interface

Schema Members

Microsoft.SharePoint.Search.Extended.Administration.Schema Namespace

Other Resources

Index Schema (FAST Search Server 2010 for SharePoint)