ComplexBindingPropertiesAttribute.DataSource Propriedade
Definição
Obtém o nome da propriedade de fonte de dados para o componente ao qual o ComplexBindingPropertiesAttribute está associado.Gets the name of the data source property for the component to which the ComplexBindingPropertiesAttribute is bound.
public:
property System::String ^ DataSource { System::String ^ get(); };
public string DataSource { get; }
member this.DataSource : string
Public ReadOnly Property DataSource As String
Valor da propriedade
O nome da propriedade de fonte de dados do componente ao qual ComplexBindingPropertiesAttribute está associado.The name of the data source property for the component to which ComplexBindingPropertiesAttribute is bound.
Comentários
A DataSource propriedade é definida nos construtores para essa classe.The DataSource property is set in the constructors for this class.