Sort.Property Property
Gets 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 ReadOnly Property Property As String
Get
'Usage
Dim instance As Sort
Dim value As String
value = instance.Property
public string Property { get; }
Property Value
Type: System.String
A string containing the property name.