.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
Visual Basic (Usage)
Dim instance As DataBoundControl
Dim value As String

value = instance.DataSourceID

instance.DataSourceID = value
C#
public override string DataSourceID { get; set; }
C++
public:
virtual property String^ DataSourceID {
    String^ get () override;
    void set (String^ value) override;
}
J#
/** @property */
public String get_DataSourceID ()

/** @property */
public void set_DataSourceID (String value)
JScript
public override function get DataSourceID () : String

public override function set DataSourceID (value : String)
Version Information

.NET Framework

Supported in: 2.0
See Also

Tags :


Page view tracker