ClientCallableTypeAttribute.PatchUpdateMethodClientName - Propriété
Le nom de la méthode qui sera appelée pour mettre à jour l'entité par méthode correctif.
Il est le nom du client au lieu de nom de serveur.
Espace de noms : Microsoft.SharePoint.Client
Assembly : Microsoft.SharePoint.Client.ServerRuntime (dans Microsoft.SharePoint.Client.ServerRuntime.dll)
Syntaxe
'Déclaration
Public Property PatchUpdateMethodClientName As String
Get
Set
'Utilisation
Dim instance As ClientCallableTypeAttribute
Dim value As String
value = instance.PatchUpdateMethodClientName
instance.PatchUpdateMethodClientName = value
public string PatchUpdateMethodClientName { get; set; }
Valeur de propriété
Type : System.String
Voir aussi
Référence
ClientCallableTypeAttribute classe