This documentation is archived and is not being maintained.

RepeaterDesigner.DataSource Property

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

[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

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

Show: