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.
Returns the service application types supported by the service.
Namespace: Microsoft.Office.Word.Server.Service
Assembly: Microsoft.Office.Word.Server (in Microsoft.Office.Word.Server.dll)
Syntax
'Declaration
Public Function GetApplicationTypes As Type()
'Usage
Dim instance As WordService
Dim returnValue As Type()
returnValue = instance.GetApplicationTypes()
public Type[] GetApplicationTypes()
Return Value
Type: []
Returns Type.
Implements
IServiceAdministration.GetApplicationTypes()