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!

ListControl.SelectedIndices

SelectedIndices property. Protected property for getting array of selected indices.

[Visual Basic]
Overridable Protected ReadOnly Property SelectedIndices As Integer _
   ()
[C#]
protected int[] SelectedIndices {virtual get;}
[C++]
protected: __property virtual int* get_SelectedIndices();
[JScript]
protected function get SelectedIndices() : int[];

See Also

ListControl Class | ListControl Members | System.Web.UI.WebControls Namespace