ManagedPropertyCollection.Item Property
Returns a managed property.
Namespace: Microsoft.SharePoint.Search.Extended.Administration.Schema
Assembly: Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)
Syntax
'Declaration
ReadOnly Default Property Item ( _
Name As String _
) As ManagedProperty
Get
'Usage
Dim instance As ManagedPropertyCollection
Dim Name As String
Dim value As ManagedProperty
value = instance(Name)
ManagedProperty this[
string Name
] { get; }
Parameters
Name
Type: System.StringA string that specifies the name of the managed property.
Property Value
Type: Microsoft.SharePoint.Search.Extended.Administration.Schema.ManagedProperty
The ManagedProperty object.
See Also
Reference
ManagedPropertyCollection Interface
ManagedPropertyCollection Members
Microsoft.SharePoint.Search.Extended.Administration.Schema Namespace