SPWebApplication.CellStorageWebServiceEnabled-Eigenschaft
Dient zum Abrufen oder Festlegen eines booleschen Werts, das angibt, ob die WebSvcCellStorage -Webdienst aktiviert ist.
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; }
Eigenschaftswert
Typ: System.Boolean
Boolean
true , wenn der Webdienst aktiviert ist; andernfalls false.