Share via


TargetApplication.Name property

Gets the target application name.

Namespace:  Microsoft.Office.SecureStoreService.Server
Assembly:  Microsoft.Office.SecureStoreService (in Microsoft.Office.SecureStoreService.dll)

Syntax

'Declaration
Public ReadOnly Property Name As String
    Get
'Usage
Dim instance As TargetApplication
Dim value As String

value = instance.Name
public string Name { get; }

Property value

Type: System.String
The target application name.

Implements

ITargetApplicationDefinition.Name

See also

Reference

TargetApplication class

TargetApplication members

Microsoft.Office.SecureStoreService.Server namespace