FileSaveBinaryInformation.ETag property
Specifies the ETag value.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Property ETag As String
Get
Set
'Usage
Dim instance As FileSaveBinaryInformation
Dim value As String
value = instance.ETag
instance.ETag = value
public string ETag { get; set; }
Property value
Type: System.String
Returns a String instance representing the ETag value.
Remarks
The ETag response-header field provides the current value of the entity tag for the requested variant. The entity tag may be used for comparison with other entities from the same resource.
If the ETag value is specified not a null reference (Nothing in Visual Basic), and no matching ETag can be found on the server the save operation must fail.
See also
Reference
FileSaveBinaryInformation class