SecureStoreServiceTargetApplicationNotFoundFault.TargetApplicationId Property
Gets or sets the ID of the target application.
Namespace: Microsoft.Office.SecureStoreService.Server
Assembly: Microsoft.Office.SecureStoreService (in Microsoft.Office.SecureStoreService.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property TargetApplicationId As String
Get
Set
'Usage
Dim instance As SecureStoreServiceTargetApplicationNotFoundFault
Dim value As String
value = instance.TargetApplicationId
instance.TargetApplicationId = value
[DataMemberAttribute]
public string TargetApplicationId { get; set; }
Property Value
Type: System.String
The ID of the target application.
See Also
Reference
SecureStoreServiceTargetApplicationNotFoundFault Class