SPEvaluatorModeProvisioning.IsProvisioned method
Returns a Boolean value that indicates whether the provisioners are provisioned.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Function IsProvisioned As Boolean
'Usage
Dim instance As SPEvaluatorModeProvisioning
Dim returnValue As Boolean
returnValue = instance.IsProvisioned()
public bool IsProvisioned()
Return value
Type: System.Boolean
true if all the provisioners are provisioned; otherwise, false.
See also
Reference
SPEvaluatorModeProvisioning class