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 all of the application fields for the specified target application.
Namespace: Microsoft.Office.SecureStoreService.Server
Assembly: Microsoft.Office.SecureStoreService (in Microsoft.Office.SecureStoreService.dll)
Syntax
'Declaration
Function GetApplicationFields ( _
applicationId As String _
) As IList(Of TargetApplicationField)
'Usage
Dim instance As ISecureStore
Dim applicationId As String
Dim returnValue As IList(Of TargetApplicationField)
returnValue = instance.GetApplicationFields(applicationId)
IList<TargetApplicationField> GetApplicationFields(
string applicationId
)
Parameters
applicationId
Type: System.StringThe target application ID.
Return Value
Type: System.Collections.Generic.IList<TargetApplicationField>
A list of fields for the specified target application.