SPWebApplication.CellStorageWebServiceEnabled property
取得或設定 Boolean 值,以指定是否要啟用WebSvcCellStorage Web 服務。
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property CellStorageWebServiceEnabled As Boolean
Get
Set
'用途
Dim instance As SPWebApplication
Dim value As Boolean
value = instance.CellStorageWebServiceEnabled
instance.CellStorageWebServiceEnabled = value
public bool CellStorageWebServiceEnabled { get; set; }
Property value
Type: System.Boolean
Boolean
true如果已啟用的 Web 服務 ;否則,請false。