Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
Previous Versions
.NET Framework 2.0
 DataSourceID Property
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.

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)

.NET Framework

Supported in: 2.0
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2008 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker