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

適用対象

こちらもご覧ください