This document is archived and information here might be outdated. Recommended version. |
Indicates whether the table crawler orders rows by values in the group name field.
[Visual Basic .NET]
Public Property OrderByGroup As Boolean
[C#]
public bool OrderByGroup {get; set;}
[C++]
HRESULT get_OrderByGroup(
VARIANT_BOOL pbOrderByGroup
);
[C++]
HRESULT put_OrderByGroup(
Boolean* pbOrderByGroup
);
[C++] Parameters pbOrderByGroup [in]
pbOrderByGroup is a parameter of type bool pbOrderByGroup [out, retval]
pbOrderByGroup is a parameter of type bool*