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 値に使用されるプロパティを含んでいる文字列値。