ClientContext.FormDigestHandlingEnabled 屬性
決定是否表單摘要處理已啟用true預設值。
命名空間: Microsoft.SharePoint.Client
組件: Microsoft.SharePoint.Client.Silverlight (在 Microsoft.SharePoint.Client.Silverlight.dll 中); Microsoft.SharePoint.Client.Phone (在 Microsoft.SharePoint.Client.Phone.dll 中) Microsoft.SharePoint.Client (在 Microsoft.SharePoint.Client.dll 中)
語法
'宣告
Public Property FormDigestHandlingEnabled As Boolean
Get
Set
'用途
Dim instance As ClientContext
Dim value As Boolean
value = instance.FormDigestHandlingEnabled
instance.FormDigestHandlingEnabled = value
public bool FormDigestHandlingEnabled { get; set; }
屬性值
類型:System.Boolean
true如果表單摘要啟用處理;否則, false。