_BusinessCardView.SortFields Property
Returns an OrderFields collection object that represents all the fields by which the view is sorted. Read-only.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
ReadOnly Property SortFields As OrderFields
Get
'Usage
Dim instance As _BusinessCardView
Dim value As OrderFields
value = instance.SortFields
[DispIdAttribute()]
OrderFields SortFields { get; }
Property Value
Type: Microsoft.Office.Interop.Outlook.OrderFields