IServiceAdministration.GetApplicationTypeDescription Method
Gets a description of the specified service application type.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Function GetApplicationTypeDescription ( _
serviceApplicationType As Type _
) As SPPersistedTypeDescription
'Usage
Dim instance As IServiceAdministration
Dim serviceApplicationType As Type
Dim returnValue As SPPersistedTypeDescription
returnValue = instance.GetApplicationTypeDescription(serviceApplicationType)
SPPersistedTypeDescription GetApplicationTypeDescription(
Type serviceApplicationType
)
Parameters
serviceApplicationType
Type: System.TypeThe type of the service application description.
Return Value
Type: Microsoft.SharePoint.Administration.SPPersistedTypeDescription
Returns SPPersistedTypeDescription.
See Also
Reference
IServiceAdministration Interface