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)
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