SecureStoreCredentialsNotFoundException.TargetApplicationId Property
Gets the target application identifier for which the credentials are not available.
Namespace: Microsoft.BusinessData.Infrastructure.SecureStore
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Public ReadOnly Property TargetApplicationId As String
Get
'Usage
Dim instance As SecureStoreCredentialsNotFoundException
Dim value As String
value = instance.TargetApplicationId
public string TargetApplicationId { get; }
Property Value
Type: System.String
The target application identifier.
See Also
Reference
SecureStoreCredentialsNotFoundException Class