This page is specific to
Microsoft Visual Studio 2005/.NET Framework 2.0
Other versions are also available for the following:
.NET Framework Class Library
DataBoundControl.DataSourceID Property
Note: This property is new in the .NET Framework version 2.0.
This member overrides
BaseDataBoundControl.DataSourceID.

Syntax
Visual Basic (Declaration) |
Public Overrides Property DataSourceID As String
|
|
Dim instance As DataBoundControl
Dim value As String
value = instance.DataSourceID
instance.DataSourceID = value
|
|
public override string DataSourceID { get; set; }
|
|
public:
virtual property String^ DataSourceID {
String^ get () override;
void set (String^ value) override;
}
|
|
/** @property */
public String get_DataSourceID ()
/** @property */
public void set_DataSourceID (String value)
|
|
public override function get DataSourceID () : String
public override function set DataSourceID (value : String)
|

Version Information
.NET Framework
Supported in: 2.0

See Also