RepeaterDesigner.DataSourceID Property

Definition

Gets or sets the DataSourceID property of the associated control.

This API supports the product infrastructure and is not intended to be used directly from your code.

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

Property Value

The ID of the associated control's data source control.

Applies to

See also