'Declaration
Public Function GetDefaultSort() As String
'Usage
Dim instance As CatalogItemVerticleListingControl Dim value As String value = instance.GetDefaultSort()
public string GetDefaultSort()
Return Value
Type: String
A string value that specifies the default sort. Supported values: "StockCode", "ItemName", "UnitPrice" or "SortOrder".
The default value is "SortOrder".