SortDescription Constructor(String)
In This Topic
Initializes a new instance of the
SortDescription class.
Syntax
'Declaration
Public Function New( _
ByVal As String _
)
public SortDescription(
string
)
Parameters
- sortPath
- The path of the data item to which the sort operation will be applied.
See Also