IServiceAdministration.GetApplicationTypes method
Gets an array of the service application types supported by the service.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
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