QueueViewerSortOrderEntry.Parse method
Namespace: Microsoft.Exchange.Data
Assembly: Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)
Syntax
'Declaration
Public Shared Function Parse ( _
s As String _
) As QueueViewerSortOrderEntry
'Usage
Dim s As String
Dim returnValue As QueueViewerSortOrderEntry
returnValue = QueueViewerSortOrderEntry.Parse(s)
public static QueueViewerSortOrderEntry Parse(
string s
)
Parameters
- s
Type: System.String
Return value
Type: Microsoft.Exchange.Data.QueueViewerSortOrderEntry
See also
Reference
QueueViewerSortOrderEntry class