TargetApplication.ApplicationId 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
Public Property ApplicationId As String
    Get
    Set
'Usage
Dim instance As TargetApplication
Dim value As String

value = instance.ApplicationId

instance.ApplicationId = value
public string ApplicationId { get; set; }

Property Value

Type: System.String
The ID of the target application.

See Also

Reference

TargetApplication Class

TargetApplication Members

Microsoft.Office.SecureStoreService.Server Namespace