ServerStub.GetObjectETag - Méthode
Get the ETag of the object.
Espace de noms : Microsoft.SharePoint.Client
Assembly : Microsoft.SharePoint.Client.ServerRuntime (dans Microsoft.SharePoint.Client.ServerRuntime.dll)
Syntaxe
'Déclaration
Protected Overridable Function GetObjectETag ( _
value As Object _
) As String
'Utilisation
Dim value As Object
Dim returnValue As String
returnValue = Me.GetObjectETag(value)
protected virtual string GetObjectETag(
Object value
)
Paramètres
value
Type : System.ObjectThe object value to get ETag.
Valeur renvoyée
Type : System.String
The E-Tag of the object or une référence Null (Rien dans Visual Basic) if there is no E-tag.