ETagAttribute 构造函数 (String)

初始化 ETagAttribute 类的新实例。

命名空间:  System.Data.Services
程序集:  Microsoft.Data.Services(在 Microsoft.Data.Services.dll 中)

语法

声明
Public Sub New ( _
    propertyName As String _
)
用法
Dim propertyName As String

Dim instance As New ETagAttribute(propertyName)
public ETagAttribute(
    string propertyName
)
public:
ETagAttribute(
    String^ propertyName
)
new : 
        propertyName:string -> ETagAttribute
public function ETagAttribute(
    propertyName : String
)

参数

  • propertyName
    类型:System.String
    包含 eTag 值中所用属性的字符串值。

请参阅

参考

ETagAttribute 类

ETagAttribute 重载

System.Data.Services 命名空间