SearchQueryAndSiteSettingsServiceProxy.GetProxyTypeDescription method
Gets a description of the specified service application proxy type.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Function GetProxyTypeDescription ( _
serviceApplicationProxyType As Type _
) As SPPersistedTypeDescription
'Usage
Dim instance As SearchQueryAndSiteSettingsServiceProxy
Dim serviceApplicationProxyType As Type
Dim returnValue As SPPersistedTypeDescription
returnValue = instance.GetProxyTypeDescription(serviceApplicationProxyType)
public SPPersistedTypeDescription GetProxyTypeDescription(
Type serviceApplicationProxyType
)
Parameters
serviceApplicationProxyType
Type: System.TypeThe type of the service application proxy.
Return value
Type: Microsoft.SharePoint.Administration.SPPersistedTypeDescription
The description of the specified service application proxy type.
Implements
IServiceProxyAdministration.GetProxyTypeDescription(Type)
Remarks
This method gets a description of the specified SearchServiceApplicationProxy type, including the name and description information.
See also
Reference
SearchQueryAndSiteSettingsServiceProxy class