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

Treats the ListItem as a row of strings, and returns an array of those strings

[Visual Basic]
Public Property RowItems As String ()
[C#]
public string[] RowItems {get; set;}
[C++]
public: __property String* get_RowItems();
public: __property void set_RowItems(String*[]);
[JScript]
public function get RowItems() : String[];
public function set RowItems(String[]);

Property Value

The strings in this ListItem row.

See Also

ListItem Class | ListItem Members | System.WinForms Namespace