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!

TableSetting.ApplyDefaultSort

[To be supplied.]

[Visual Basic]
Public Property ApplyDefaultSort As Boolean
[C#]
public bool ApplyDefaultSort {get; set;}
[C++]
public: __property bool get_ApplyDefaultSort();
public: __property void set_ApplyDefaultSort(bool);
[JScript]
public function get ApplyDefaultSort() : Boolean;
public function set ApplyDefaultSort(Boolean);

See Also

TableSetting Class | TableSetting Members | System.Data Namespace