Share via


Sort.Property property

NOTE: This API is now obsolete.

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

Namespace:  Microsoft.SharePoint.Search.Query
Assembly:  Microsoft.SharePoint.Search (in Microsoft.SharePoint.Search.dll)

Syntax

'Declaration
<ObsoleteAttribute("This class is obsolete.")> _
Public Property Property As String
    Get
    Set
'Usage
Dim instance As Sort
Dim value As String

value = instance.Property

instance.Property = value
[ObsoleteAttribute("This class is obsolete.")]
public string Property { get; set; }

Property value

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

See also

Reference

Sort class

Sort members

Microsoft.SharePoint.Search.Query namespace