ClientRuntimeContext.DisableReturnValueCache property
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll)
Syntax
'Declaration
Public Property DisableReturnValueCache As Boolean
Get
Set
'Usage
Dim instance As ClientRuntimeContext
Dim value As Boolean
value = instance.DisableReturnValueCache
instance.DisableReturnValueCache = value
public bool DisableReturnValueCache { get; set; }
Property value
Type: System.Boolean