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