.NET Framework Class Library
DataBoundControl.DataSourceID Property
Note: This property is new in the .NET Framework version 2.0.
This member overrides
BaseDataBoundControl.DataSourceID.
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)
.NET Framework
Supported in: 2.0