ETagAttribute コンストラクター

定義

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

オーバーロード

ETagAttribute(String)

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

ETagAttribute(String[])

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

ETagAttribute(String)

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

public:
 ETagAttribute(System::String ^ propertyName);
public ETagAttribute (string propertyName);
new System.Data.Services.ETagAttribute : string -> System.Data.Services.ETagAttribute
Public Sub New (propertyName As String)

パラメーター

propertyName
String

eTag 値に使用されるプロパティを含んでいる文字列値。

適用対象

ETagAttribute(String[])

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

public:
 ETagAttribute(... cli::array <System::String ^> ^ propertyNames);
public ETagAttribute (params string[] propertyNames);
new System.Data.Services.ETagAttribute : string[] -> System.Data.Services.ETagAttribute
Public Sub New (ParamArray propertyNames As String())

パラメーター

propertyNames
String[]

eTag 値に使用されるプロパティを含んでいる文字列値。

適用対象