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!

BaseDataListDesigner.DataSource

Designer implementation of a DataSource property that operates on the DataSource property in the control's binding collection.

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

See Also

BaseDataListDesigner Class | BaseDataListDesigner Members | System.Web.UI.Design.WebControls Namespace