ClientCallableTypeAttribute.GetExpandoFieldValueMethodName propriedade
O nome do método que retorna expandir valor do campo. Sua assinatura deve ser GetFieldValue(string fieldName) T onde o tipo de retorno possível objeto, string, int e outros objetos de dados.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client.ServerRuntime (em Microsoft.SharePoint.Client.ServerRuntime.dll)
Sintaxe
'Declaração
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 propriedade
Tipo: System.String
Ver também
Referência
ClientCallableTypeAttribute classe