次の方法で共有


ETagAttribute コンストラクター (array<String[])

ETagAttribute クラスの新しいインスタンスを初期化します。

名前空間:  System.Data.Services
アセンブリ:  Microsoft.Data.Services (Microsoft.Data.Services.dll)

構文

'宣言
Public Sub New ( _
    ParamArray propertyNames As String() _
)
'使用
Dim propertyNames As String()

Dim instance As New ETagAttribute(propertyNames)
public ETagAttribute(
    params string[] propertyNames
)
public:
ETagAttribute(
    ... array<String^>^ propertyNames
)
new : 
        propertyNames:string[] -> ETagAttribute
public function ETagAttribute(
    ... propertyNames : String[]
)

パラメーター

  • propertyNames
    型: array<System.String[]
    eTag 値に使用されるプロパティを含んでいる文字列値。

関連項目

参照

ETagAttribute クラス

ETagAttribute オーバーロード

System.Data.Services 名前空間