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

[To be supplied.]

[Visual Basic]
Public Property StateImageIndex As Integer
[C#]
public int StateImageIndex {get; set;}
[C++]
public: __property int get_StateImageIndex();
public: __property void set_StateImageIndex(int);
[JScript]
public function get StateImageIndex() : int;
public function set StateImageIndex(int);

See Also

ListItem Class | ListItem Members | System.WinForms Namespace