Share via


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

See also

Reference

TargetApplication class

TargetApplication members

Microsoft.Office.SecureStoreService.Server namespace