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

数据键属性特性的名称。

适用于