Share via


IDataServiceHost.ResponseETag 属性

定义

获取一个 eTag 值,该值表示响应中数据的状态。

public:
 property System::String ^ ResponseETag { System::String ^ get(); void set(System::String ^ value); };
public string ResponseETag { get; set; }
member this.ResponseETag : string with get, set
Public Property ResponseETag As String

属性值

一个表示 eTag 状态值的字符串值。

适用于