BaseDataBoundControlDesigner.DataSourceID Propriedade

Definição

Obtém ou define o valor da propriedade DataSourceID do objeto BaseDataBoundControl subjacente.Gets or sets the value of the DataSourceID property of the underlying BaseDataBoundControl object.

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

Valor da propriedade

String

A ID do DataSourceControl associada ao subjacente BaseDataBoundControl .The ID of the DataSourceControl associated with the underlying BaseDataBoundControl.

Comentários

A DataSourceID propriedade é usada para sombrear a DataSourceID Propriedade do BaseDataBoundControl objeto subjacente.The DataSourceID property is used to shadow the DataSourceID property of the underlying BaseDataBoundControl object.

Aplica-se a

Confira também