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!

ListManager.List

Gets the list as an object.

[Visual Basic]
Public ReadOnly Property List As IList
[C#]
public IList List {get;}
[C++]
public: __property IList* get_List();
[JScript]
public function get List() : IList;

Property Value

An System.Collections.Ilist object that contains the list.

See Also

ListManager Class | ListManager Members | System.WinForms Namespace