Sort.Property property

Gets or sets the name for a property by which the search results are ordered.

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

Syntax

'Declaration
Public Property Property As String
    Get
    Set
'Usage
Dim instance As Sort
Dim value As String

value = instance.Property

instance.Property = value
public string Property { get; set; }

Property value

Type: System.String
A string containing the property name.

Remarks

The following special conditions apply to FAST Search Server 2010 for SharePoint only:

  • Property may contain the name of a rank profile instead of a managed property. In this case, the result set is sorted by Rank, but by using the non-default rank profile specified by Property. For more information, see Sort by Rank.

  • Direction may contain a sort formula specification. For more information, see Sort by Formula.

See also

Reference

Sort class

Sort members

Microsoft.Office.Server.Search.Query namespace