BaseDataBoundControlDesigner.DataSourceID 属性

定义

获取或设置基础 DataSourceID 对象的 BaseDataBoundControl 属性值。

public:
 property System::String ^ DataSourceID { System::String ^ get(); void set(System::String ^ value); };
public string DataSourceID { get; set; }
member this.DataSourceID : string with get, set
Public Property DataSourceID As String

属性值

String

与基础 DataSourceControl 关联的 BaseDataBoundControl 的 ID。

注解

DataSourceID属性用于隐藏 DataSourceID 基础对象的属性 BaseDataBoundControl

适用于

另请参阅