ClientRuntimeContext.DisableReturnValueCache propriedade
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client.Runtime (em Microsoft.SharePoint.Client.Runtime.dll)
Sintaxe
'Declaração
Public Property DisableReturnValueCache As Boolean
Get
Set
'Uso
Dim instance As ClientRuntimeContext
Dim value As Boolean
value = instance.DisableReturnValueCache
instance.DisableReturnValueCache = value
public bool DisableReturnValueCache { get; set; }
Valor de propriedade
Tipo: System.Boolean