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.TypeA [System.Type] that specifies the service application type.
Return value
Type: Microsoft.SharePoint.Administration.SPPersistedTypeDescription
Returns SPPersistedTypeDescription.
Implements
IServiceAdministration.GetApplicationTypeDescription(Type)