SecureStoreTargetApplicationNotFoundException.TargetApplicationId Property
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