de la propiedad ClientRuntimeContext.DisableReturnValueCache
Espacio de nombres: Microsoft.SharePoint.Client
Ensamblado: Microsoft.SharePoint.Client.Runtime (en Microsoft.SharePoint.Client.Runtime.dll)
Sintaxis
'Declaración
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 propiedad
Tipo: System.Boolean