| SortInfoField Property |
Gets or sets the field used for sorting.
Namespace:
Dynamicweb.Indexing.Querying.Sorting
Assembly:
Dynamicweb.Indexing (in Dynamicweb.Indexing.dll) Version: 5.0.2
Syntax [DataMemberAttribute(Name = "Field")]
public string Field { get; set; }
<DataMemberAttribute(Name := "Field")>
Public Property Field As String
Get
Set
Property Value
Type:
String
The field.
See Also