ISecureStore.GetApplication Method

Gets the target application definition for the specified application identifier.

Namespace:  Microsoft.Office.SecureStoreService.Server
Assembly:  Microsoft.Office.SecureStoreService (in Microsoft.Office.SecureStoreService.dll)

Syntax

'Declaration
Function GetApplication ( _
    applicationId As String _
) As TargetApplication
'Usage
Dim instance As ISecureStore
Dim applicationId As String
Dim returnValue As TargetApplication

returnValue = instance.GetApplication(applicationId)
TargetApplication GetApplication(
    string applicationId
)

Parameters

Return Value

Type: Microsoft.Office.SecureStoreService.Server.TargetApplication
The target application.

See Also

Reference

ISecureStore Interface

ISecureStore Members

Microsoft.Office.SecureStoreService.Server Namespace