ClientCallableTypeAttribute.GetExpandoFieldValueMethodName - Propriété
Le nom de la méthode qui retourne développer la valeur du champ. Sa signature doit être GetFieldValue(string fieldName) T où le type de retour pourrait être objet, chaîne, int et autres objets de données.
Espace de noms : Microsoft.SharePoint.Client
Assembly : Microsoft.SharePoint.Client.ServerRuntime (dans Microsoft.SharePoint.Client.ServerRuntime.dll)
Syntaxe
'Déclaration
Public Property GetExpandoFieldValueMethodName As String
Get
Set
'Utilisation
Dim instance As ClientCallableTypeAttribute
Dim value As String
value = instance.GetExpandoFieldValueMethodName
instance.GetExpandoFieldValueMethodName = value
public string GetExpandoFieldValueMethodName { get; set; }
Valeur de propriété
Type : System.String
Voir aussi
Référence
ClientCallableTypeAttribute classe