ClientCallableMethodAttribute.CacheReturnValue propriedade
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client.ServerRuntime (em Microsoft.SharePoint.Client.ServerRuntime.dll)
Sintaxe
'Declaração
Public Property CacheReturnValue As Boolean
Get
Set
'Uso
Dim instance As ClientCallableMethodAttribute
Dim value As Boolean
value = instance.CacheReturnValue
instance.CacheReturnValue = value
public bool CacheReturnValue { get; set; }
Valor de propriedade
Tipo: System.Boolean
Ver também
Referência
ClientCallableMethodAttribute classe