SPServiceInstance.ProvisionLink Property
Gets a link object that represents the action that starts the service on the Services on Server page in SharePoint Central Administration.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Overridable ReadOnly Property ProvisionLink As SPActionLink
Get
'Usage
Dim instance As SPServiceInstance
Dim value As SPActionLink
value = instance.ProvisionLink
public virtual SPActionLink ProvisionLink { get; }
Property Value
Type: Microsoft.SharePoint.Administration.SPActionLink
An SPActionLink object that represents the action.