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