DataKeyPropertyAttribute(String) Construtor
Definição
Inicializa uma nova instância da classe DataKeyPropertyAttribute usando o nome do atributo de propriedade de chave de dados.Initializes a new instance of the DataKeyPropertyAttribute class by using the name of the data-key property attribute.
public:
DataKeyPropertyAttribute(System::String ^ name);
public DataKeyPropertyAttribute (string name);
new System.Web.UI.DataKeyPropertyAttribute : string -> System.Web.UI.DataKeyPropertyAttribute
Public Sub New (name As String)
Parâmetros
- name
- String
O nome do atributo de propriedade de chave de dados.The name of the data-key property attribute.