ClientRuntimeContext.DisableReturnValueCache - Propriété
Espace de noms : Microsoft.SharePoint.Client
Assembly : Microsoft.SharePoint.Client.Runtime (dans Microsoft.SharePoint.Client.Runtime.dll)
Syntaxe
'Déclaration
Public Property DisableReturnValueCache As Boolean
Get
Set
'Utilisation
Dim instance As ClientRuntimeContext
Dim value As Boolean
value = instance.DisableReturnValueCache
instance.DisableReturnValueCache = value
public bool DisableReturnValueCache { get; set; }
Valeur de propriété
Type : System.Boolean