TargetApplication.ContactEmail Property
Gets or sets the contact e-mail address of the current target application.
Namespace: Microsoft.Office.SecureStoreService.Server
Assembly: Microsoft.Office.SecureStoreService (in Microsoft.Office.SecureStoreService.dll)
Syntax
'Declaration
Public Property ContactEmail As String
Get
Set
'Usage
Dim instance As TargetApplication
Dim value As String
value = instance.ContactEmail
instance.ContactEmail = value
public string ContactEmail { get; set; }
Property Value
Type: System.String
The contact e-mail address of the current target application.
Implements
ITargetApplicationDefinition.ContactEmail