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 an array of the service application types supported by the service.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Function GetApplicationTypes As Type()
'Usage
Dim instance As IServiceAdministration
Dim returnValue As Type()
returnValue = instance.GetApplicationTypes()
Type[] GetApplicationTypes()
Return Value
Type: []
The array of service application types.
See Also
Reference
IServiceAdministration Interface