Compartilhar via


SPWebApplication.CellStorageWebServiceEnabled property

Obtém ou define um valor booleano que especifica se o WebSvcCellStorage serviço da Web está habilitado.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaração
Public Property CellStorageWebServiceEnabled As Boolean
    Get
    Set
'Uso
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 se o serviço da Web estiver habilitado; Caso contrário, false.

Ver também

Referência

SPWebApplication class

SPWebApplication members

Microsoft.SharePoint.Administration namespace