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
Microsoft.SharePoint.Search.Extended.Administration.Schema Namespace