Share via


SecureStoreService.GetApplicationTypeDescription Method

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.Type

    The 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.

See Also

Reference

SecureStoreService Class

SecureStoreService Members

Microsoft.Office.SecureStoreService.Server Namespace