ManagedProperty.GetResultFallBack Method
Gets the managed property to be used as summary in the event no dynamic summary was generated. This is only applicable for managed properties with summary type dynamic.
Namespace: Microsoft.SharePoint.Search.Extended.Administration.Schema
Assembly: Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)
Syntax
'Declaration
Function GetResultFallBack As ManagedProperty
'Usage
Dim instance As ManagedProperty
Dim returnValue As ManagedProperty
returnValue = instance.GetResultFallBack()
ManagedProperty GetResultFallBack()
Return Value
Type: Microsoft.SharePoint.Search.Extended.Administration.Schema.ManagedProperty
Returns a ManagedProperty object that represents the managed property to be used as fall back.
Exceptions
Exception | Condition |
---|---|
AdminException | if the managed property does not exist. |
See Also
Reference
Microsoft.SharePoint.Search.Extended.Administration.Schema Namespace