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 application type description for the SecureStoreServiceApplication.
Namespace: Microsoft.Office.SecureStoreService.Server
Assembly: Microsoft.Office.SecureStoreService (in Microsoft.Office.SecureStoreService.dll)
Syntax
'Declaration
Public Function GetApplicationTypeDescription ( _
serviceApplicationType As Type _
) As SPPersistedTypeDescription
'Usage
Dim instance As SecureStoreService
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 application.
Return Value
Type: Microsoft.SharePoint.Administration.SPPersistedTypeDescription
The description of the specified type.
Implements
IServiceAdministration.GetApplicationTypeDescription(Type)
Remarks
This method creates and returns a new SPPersistedTypeDescription object.