共用方式為


FileSaveBinaryInformation.ETag 屬性

指定 ETag 值。

命名空間:  Microsoft.SharePoint.Client
組件:   Microsoft.SharePoint.Client.Silverlight (在 Microsoft.SharePoint.Client.Silverlight.dll 中);  Microsoft.SharePoint.Client.Phone (在 Microsoft.SharePoint.Client.Phone.dll 中)  Microsoft.SharePoint.Client (在 Microsoft.SharePoint.Client.dll 中)

語法

'宣告
Public Property ETag As String
    Get
    Set
'用途
Dim instance As FileSaveBinaryInformation
Dim value As String

value = instance.ETag

instance.ETag = value
public string ETag { get; set; }

屬性值

類型:System.String
傳回代表 ETag 值String執行個體。

備註

[ETag 回應標頭] 欄位提供要求的 variant 實體索引標籤的目前值。從相同資源的其他項目與比較可能會使用實體索引標籤。

如果該值 ETag 指定不null 參考 (未執行任何動作 於 Visual Basic 中),且不相符的 ETag 可以找到的伺服器上的儲存作業必須會失敗。

請參閱

參照

FileSaveBinaryInformation 類別

FileSaveBinaryInformation 成員

Microsoft.SharePoint.Client 命名空間