Share via


_OrderField.IsDescending Property

Returns or sets a Boolean value (bool in C#) that indicates whether the contents of the OrderField object are sorted in descending order. Read/write.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
Property IsDescending As Boolean
    Get
    Set
'Usage
Dim instance As _OrderField
Dim value As Boolean

value = instance.IsDescending

instance.IsDescending = value
bool IsDescending { get; set; }

Property Value

Type: System.Boolean

Remarks

If this property is set to True, the contents of the property referenced by the OrderField object are sorted in descending order; otherwise, the contents are sorted in ascending order.

See Also

Reference

_OrderField Interface

_OrderField Members

Microsoft.Office.Interop.Outlook Namespace