BaseDataBoundControlDesigner.DataSourceID 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置基础 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 对象的 属性。