Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the collection of service applications associated with the service.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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.