NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ISortedList.SetSort

[To be supplied.]

[Visual Basic]
Sub SetSort( _
   ByVal property As PropertyDescriptor, _
   ByVal direction As SortDirection _
)
[C#]
void SetSort(
   PropertyDescriptor property,
   SortDirection direction
);
[C++]
void SetSort(
   PropertyDescriptor* property,
   SortDirection direction
) = 0;
[JScript]
function SetSort(
   property : PropertyDescriptor,
   direction : SortDirection
);

Parameters

property
[To be supplied.]
direction
[To be supplied.]

See Also

ISortedList Interface | ISortedList Members | System.Data Namespace