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.
Retrieves the usage application persisted type description.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Private Function GetApplicationTypeDescription ( _
serviceApplicationType As Type _
) As SPPersistedTypeDescription Implements IServiceAdministration.GetApplicationTypeDescription
'Usage
Dim instance As SPUsageService
Dim serviceApplicationType As Type
Dim returnValue As SPPersistedTypeDescription
returnValue = CType(instance, IServiceAdministration).GetApplicationTypeDescription(serviceApplicationType)
SPPersistedTypeDescription IServiceAdministration.GetApplicationTypeDescription(
Type serviceApplicationType
)
Parameters
serviceApplicationType
Type: System.TypeThe type for which to retrieve a description.
Return value
Type: Microsoft.SharePoint.Administration.SPPersistedTypeDescription
A SPPersistedTypeDescription object for the given service application type.
Implements
IServiceAdministration.GetApplicationTypeDescription(Type)