FileInformation.ETag - Propriété
Obtient la valeur ETag qui est utilisée pour faire correspondre le fichier sur le client avec le fichier sur le serveur.
Espace de noms : Microsoft.SharePoint.Client
Assembly : Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)
Syntaxe
'Déclaration
Public ReadOnly Property ETag As String
Get
'Utilisation
Dim instance As FileInformation
Dim value As String
value = instance.ETag
public string ETag { get; }
Valeur de propriété
Type : System.String
La valeur ETag qui est utilisée pour faire correspondre le fichier sur le client avec le fichier sur le serveur.