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.SelectedIndex

SelectedIndex property. The index of the currently selected item.

[Visual Basic]
Overridable Public Property SelectedIndex As Integer
[C#]
public int SelectedIndex {virtual get; virtual set;}
[C++]
public: __property virtual int get_SelectedIndex();
public: __property virtual void set_SelectedIndex(int);
[JScript]
public function get SelectedIndex() : int;
public function set SelectedIndex(int);

See Also

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