DataKeyPropertyAttribute(String) 构造函数

定义

使用数据键属性属性的名称初始化类的新实例 DataKeyPropertyAttribute

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)

参数

name
String

数据键属性属性的名称。

适用于