ManagedProperty.ResultFallback property

Gets or sets the name of the result fallback managed property of this managed property.

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public Property ResultFallback As Integer
    Get
    Set
'Usage
Dim instance As ManagedProperty
Dim value As Integer

value = instance.ResultFallback

instance.ResultFallback = value
public int ResultFallback { get; set; }

Property value

Type: System.Int32

Exceptions

Exception Condition
InvalidOperationException

If this object is not backed.

PropertyIsReadOnlyException

If this property is read only.

Remarks

If this managed property is used as a document summary, and it has no value, this property describes which other managed property that should be used instead.

See also

Reference

ManagedProperty class

ManagedProperty members

Microsoft.Office.Server.Search.Administration namespace