応答に含まれているデータの状態を表す eTag 値を取得します。
名前空間: System.Data.Services
アセンブリ: Microsoft.Data.Services (Microsoft.Data.Services.dll)
構文
'宣言
Property ResponseETag As String
Get
Set
'使用
Dim instance As IDataServiceHost
Dim value As String
value = instance.ResponseETag
instance.ResponseETag = value
string ResponseETag { get; set; }
property String^ ResponseETag {
String^ get ();
void set (String^ value);
}
abstract ResponseETag : string with get, set
function get ResponseETag () : String
function set ResponseETag (value : String)
プロパティ値
型: System.String
eTag 状態値を表す文字列値。