Share via


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

SecureStoreServiceTargetApplicationNotFoundFault members

Microsoft.Office.SecureStoreService.Server namespace