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

Gets the data source of the list.

[Visual Basic]
Public ReadOnly Property DataSource As Object
[C#]
public object DataSource {get;}
[C++]
public: __property Object* get_DataSource();
[JScript]
public function get DataSource() : Object;

Property Value

The data source of the list, typed as Object.

Remarks

Possible data sources include:

See Also

ListManager Class | ListManager Members | System.WinForms Namespace