SPWebApplication.CellStorageWebServiceEnabled property
Gets or sets a Boolean value that specifies whether the WebSvcCellStorage Web service is enabled.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property CellStorageWebServiceEnabled As Boolean
Get
Set
'Usage
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 if the Web service is enabled; otherwise, false.