ClientRuntimeContext.DisableReturnValueCache 屬性
命名空間: Microsoft.SharePoint.Client
組件: Microsoft.SharePoint.Client.Runtime (在 Microsoft.SharePoint.Client.Runtime.dll 中)
語法
'宣告
Public Property DisableReturnValueCache As Boolean
Get
Set
'用途
Dim instance As ClientRuntimeContext
Dim value As Boolean
value = instance.DisableReturnValueCache
instance.DisableReturnValueCache = value
public bool DisableReturnValueCache { get; set; }