Share via


WordService.GetApplicationTypeDescription method

Returns the description of the specified service application type.

Namespace:  Microsoft.Office.Word.Server.Service
Assembly:  Microsoft.Office.Word.Server (in Microsoft.Office.Word.Server.dll)

Syntax

'Declaration
Public Function GetApplicationTypeDescription ( _
    serviceApplicationType As Type _
) As SPPersistedTypeDescription
'Usage
Dim instance As WordService
Dim serviceApplicationType As Type
Dim returnValue As SPPersistedTypeDescription

returnValue = instance.GetApplicationTypeDescription(serviceApplicationType)
public SPPersistedTypeDescription GetApplicationTypeDescription(
    Type serviceApplicationType
)

Parameters

  • serviceApplicationType
    Type: System.Type

    A [System.Type] that specifies the service application type.

Return value

Type: Microsoft.SharePoint.Administration.SPPersistedTypeDescription
Returns SPPersistedTypeDescription.

Implements

IServiceAdministration.GetApplicationTypeDescription(Type)

See also

Reference

WordService class

WordService members

Microsoft.Office.Word.Server.Service namespace