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.
Gets the SPPersistedTypeDescription object for the SearchServiceApplication.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Function GetApplicationTypeDescription ( _
serviceApplicationType As Type _
) As SPPersistedTypeDescription
'Usage
Dim instance As SearchQueryAndSiteSettingsService
Dim serviceApplicationType As Type
Dim returnValue As SPPersistedTypeDescription
returnValue = instance.GetApplicationTypeDescription(serviceApplicationType)
public SPPersistedTypeDescription GetApplicationTypeDescription(
Type serviceApplicationType
)
Parameters
serviceApplicationType
Type: System.TypeThe type of the service application.
Return Value
Type: Microsoft.SharePoint.Administration.SPPersistedTypeDescription
The description of the specified type.
Implements
IServiceAdministration.GetApplicationTypeDescription(Type)
Remarks
This method can only provide information for a SearchServiceApplication type.
See Also
Reference
SearchQueryAndSiteSettingsService Class