Share via


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

プロパティ値

基になる DataSourceControl に関連付けられた BaseDataBoundControl の ID。

注釈

プロパティはDataSourceID、基になるBaseDataBoundControlオブジェクトの プロパティをDataSourceIDシャドウするために使用されます。

適用対象

こちらもご覧ください