Gets the value on which the sort is performed for the specified
ISortField object.
object SortOnValue {get; set;}
'Declaration
Property SortOnValue As Object
'Usage
Dim instance As ISortField
Dim value As Object
instance.SortOnValue = value
value = instance.SortOnValue
Property Value
The value on which the sort is performed for the specified
ISortField object.