Share via


SecureStoreServiceApplication.GetApplication Method

Gets the target application definition for the specified application in the specified partition.

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

Syntax

'Declaration
Public Function GetApplication ( _
    rawPartitionId As Guid, _
    applicationId As String _
) As TargetApplication
'Usage
Dim instance As SecureStoreServiceApplication
Dim rawPartitionId As Guid
Dim applicationId As String
Dim returnValue As TargetApplication

returnValue = instance.GetApplication(rawPartitionId, _
    applicationId)
public TargetApplication GetApplication(
    Guid rawPartitionId,
    string applicationId
)

Parameters

  • rawPartitionId
    Type: System.Guid

    The GUID that represents the partition ID.

Return Value

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

Implements

ISecureStoreServiceApplication.GetApplication(Guid, String)

See Also

Reference

SecureStoreServiceApplication Class

SecureStoreServiceApplication Members

Microsoft.Office.SecureStoreService.Server Namespace