SPServiceInstance.ProvisionUpdateStatus property

Gets a Boolean value that indicates whether the object status is set to Online when the Provision method is called.

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

Syntax

'Declaration
Protected Overridable ReadOnly Property ProvisionUpdateStatus As Boolean
    Get
'Usage
Dim value As Boolean

value = Me.ProvisionUpdateStatus
protected virtual bool ProvisionUpdateStatus { get; }

Property value

Type: System.Boolean
true if the status is set to Online; otherwise, false.

Remarks

The ProvisionUpdateStatus property usually returns false for a Windows service if the service must be configured through COM interfaces after credentials are set.

See also

Reference

SPServiceInstance class

SPServiceInstance members

Microsoft.SharePoint.Administration namespace