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