SPServiceInstance.Service property

Gets the service that owns this service instance.

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

Syntax

'Declaration
Public ReadOnly Property Service As SPService
    Get
'Usage
Dim instance As SPServiceInstance
Dim value As SPService

value = instance.Service
public SPService Service { get; }

Property value

Type: Microsoft.SharePoint.Administration.SPService
An SPService object that represents the service.

See also

Reference

SPServiceInstance class

SPServiceInstance members

Microsoft.SharePoint.Administration namespace