DefaultBindingPropertyAttribute.Name Propriedade
Definição
Obtém o nome da propriedade de associação padrão para o componente ao qual o DefaultBindingPropertyAttribute está associado.Gets the name of the default binding property for the component to which the DefaultBindingPropertyAttribute is bound.
public:
property System::String ^ Name { System::String ^ get(); };
public string Name { get; }
member this.Name : string
Public ReadOnly Property Name As String
Valor da propriedade
O nome da propriedade de associação padrão para o componente ao qual o DefaultBindingPropertyAttribute está associado.The name of the default binding property for the component to which the DefaultBindingPropertyAttribute is bound.
Comentários
A Name propriedade é definida no construtor.The Name property is set in the constructor.