ISecureStoreProviderExtended.GetTargetApplications Method
Gets a list of target applications that the caller has access to.
Namespace: Microsoft.BusinessData.Infrastructure.SecureStore
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Function GetTargetApplications As ReadOnlyCollection(Of ITargetApplicationDefinition)
'Usage
Dim instance As ISecureStoreProviderExtended
Dim returnValue As ReadOnlyCollection(Of ITargetApplicationDefinition)
returnValue = instance.GetTargetApplications()
ReadOnlyCollection<ITargetApplicationDefinition> GetTargetApplications()
Return Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<ITargetApplicationDefinition>
A list of target applications that the caller has access to.
See Also
Reference
ISecureStoreProviderExtended Interface