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!

ListItem.Selected

[To be supplied.]

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

See Also

ListItem Class | ListItem Members | System.WinForms Namespace