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)
Available in Sandboxed Solutions: No
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.