SPService.Applications property
Gets the collection of service applications associated with the service.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property Applications As SPServiceApplicationCollection
Get
'Usage
Dim instance As SPService
Dim value As SPServiceApplicationCollection
value = instance.Applications
public SPServiceApplicationCollection Applications { get; }
Property value
Type: Microsoft.SharePoint.Administration.SPServiceApplicationCollection
A SPServiceApplicationCollection containing the service applications associated with this service.