FieldOrderType Class
The FieldOrderType class represents a single field by which to sort results and indicates the direction for the sort in a FindItem request.
Inheritance Hierarchy
System.Object
ExchangeWebServices.FieldOrderType
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class FieldOrderType
'Usage
Dim instance As FieldOrderType
[SerializableAttribute]
public class FieldOrderType
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also