LookupBindingPropertiesAttribute.DataSource Property

Definition

Gets the name of the data source property for the component to which the LookupBindingPropertiesAttribute is bound.

public:
 property System::String ^ DataSource { System::String ^ get(); };
public string DataSource { get; }
public string? DataSource { get; }
member this.DataSource : string
Public ReadOnly Property DataSource As String

Property Value

The data source property for the component to which the LookupBindingPropertiesAttribute is bound.

Remarks

The DataSource property is set in the constructors for this class.

Applies to

See also