ClientCallableTypeAttribute.OnQueryingMethodName propriedade
O nome do método que será chamado antes de propriedades da consulta
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client.ServerRuntime (em Microsoft.SharePoint.Client.ServerRuntime.dll)
Sintaxe
'Declaração
Public Property OnQueryingMethodName As String
Get
Set
'Uso
Dim instance As ClientCallableTypeAttribute
Dim value As String
value = instance.OnQueryingMethodName
instance.OnQueryingMethodName = value
public string OnQueryingMethodName { get; set; }
Valor de propriedade
Tipo: System.String
Ver também
Referência
ClientCallableTypeAttribute classe