ManagedProperty.SetResultFallBack Method
Sets the managed property to be used as summary in the event where 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
Sub SetResultFallBack ( _
ResultFallBack As ManagedProperty _
)
'Usage
Dim instance As ManagedProperty
Dim ResultFallBack As ManagedProperty
instance.SetResultFallBack(ResultFallBack)
void SetResultFallBack(
ManagedProperty ResultFallBack
)
Parameters
ResultFallBack
Type: Microsoft.SharePoint.Search.Extended.Administration.Schema.ManagedPropertyA managed property object to use as summary in the absence of a dynamic summary.
Exceptions
Exception | Condition |
---|---|
AdminException | if the managed property to be used as result fall back does not exist or does not have dynamic summary type. |
See Also
Reference
Microsoft.SharePoint.Search.Extended.Administration.Schema Namespace