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 the target application identifier (ID).
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 SecureStoreTargetApplicationNotFoundException
Dim value As String
value = instance.TargetApplicationId
public string TargetApplicationId { get; }
Property Value
Type: System.String
The target application ID.
See Also
Reference
SecureStoreTargetApplicationNotFoundException Class