Share via


RepeaterDesigner.DataSource Proprietà

Definizione

Espressione di associazione dati che identifica l'origine dei dati per il controllo Repeater associato.

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

public:
 property System::String ^ DataSource { System::String ^ get(); void set(System::String ^ value); };
public string DataSource { get; set; }
member this.DataSource : string with get, set
Public Property DataSource As String

Valore della proprietà

Espressione di associazione dati.

Si applica a

Vedi anche