WordService.GetApplicationTypes Method
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()