ClientCallablePropertyAttribute.DelegateMethodName - Propriété
Le nom complet, notamment le nom de l'espace de noms et, d'une méthode statique qui contient l'implémentation de la propriété.
Espace de noms : Microsoft.SharePoint.Client
Assembly : Microsoft.SharePoint.Client.ServerRuntime (dans Microsoft.SharePoint.Client.ServerRuntime.dll)
Syntaxe
'Déclaration
Public Property DelegateMethodName As String
Get
Set
'Utilisation
Dim instance As ClientCallablePropertyAttribute
Dim value As String
value = instance.DelegateMethodName
instance.DelegateMethodName = value
public string DelegateMethodName { get; set; }
Valeur de propriété
Type : System.String
Voir aussi
Référence
ClientCallablePropertyAttribute classe