Share via


IWorkflowService.Partitioned property

Gets a Boolean value that indicates whether SharePoint has been partitioned.

Namespace:  Microsoft.SharePoint.WorkflowServices
Assembly:  Microsoft.SharePoint.WorkflowServicesBase (in Microsoft.SharePoint.WorkflowServicesBase.dll)

Syntax

'Declaration
ReadOnly Property Partitioned As Boolean
    Get
'Usage
Dim instance As IWorkflowService
Dim value As Boolean

value = instance.Partitioned
bool Partitioned { get; }

Property value

Type: System.Boolean
Returns true if SharePoint has been partitioned; otherwise returns false.

See also

Reference

IWorkflowService interface

IWorkflowService members

Microsoft.SharePoint.WorkflowServices namespace