Share via


TargetApplication.FriendlyName property

Gets or sets the friendly name of the target application.

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

Syntax

'Declaration
Public Property FriendlyName As String
    Get
    Set
'Usage
Dim instance As TargetApplication
Dim value As String

value = instance.FriendlyName

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

Property value

Type: System.String
The friendly name of the target application.

Implements

ITargetApplicationDefinition.FriendlyName

See also

Reference

TargetApplication class

TargetApplication members

Microsoft.Office.SecureStoreService.Server namespace