de la propiedad ClientCallableTypeAttribute.GetExpandoFieldValueMethodName
El nombre del método que devuelve expandir el valor del campo. Su firma debe ser GetFieldValue(string fieldName) T donde el tipo devuelto podría ser objeto, cadena, int y otros objetos de datos.
Espacio de nombres: Microsoft.SharePoint.Client
Ensamblado: Microsoft.SharePoint.Client.ServerRuntime (en Microsoft.SharePoint.Client.ServerRuntime.dll)
Sintaxis
'Declaración
Public Property GetExpandoFieldValueMethodName As String
Get
Set
'Uso
Dim instance As ClientCallableTypeAttribute
Dim value As String
value = instance.GetExpandoFieldValueMethodName
instance.GetExpandoFieldValueMethodName = value
public string GetExpandoFieldValueMethodName { get; set; }
Valor de propiedad
Tipo: System.String
Vea también
Referencia
clase ClientCallableTypeAttribute