QueueViewerSortOrderEntry constructor
Namespace: Microsoft.Exchange.Data
Assembly: Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)
Syntax
'Declaration
Public Sub New ( _
property As String, _
sortDirection As ListSortDirection _
)
'Usage
Dim property As String
Dim sortDirection As ListSortDirection
Dim instance As New QueueViewerSortOrderEntry(property, _
sortDirection)
public QueueViewerSortOrderEntry(
string property,
ListSortDirection sortDirection
)
Parameters
- property
Type: System.String
- sortDirection
Type: System.ComponentModel.ListSortDirection
See also
Reference
QueueViewerSortOrderEntry class