Share via


TargetApplication.Type property

Gets or sets the type of the application.

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

Syntax

'Declaration
Public Property Type As TargetApplicationType
    Get
    Set
'Usage
Dim instance As TargetApplication
Dim value As TargetApplicationType

value = instance.Type

instance.Type = value
public TargetApplicationType Type { get; set; }

Property value

Type: Microsoft.BusinessData.Infrastructure.SecureStore.TargetApplicationType
The type of the application.

Implements

ITargetApplicationDefinition.Type

See also

Reference

TargetApplication class

TargetApplication members

Microsoft.Office.SecureStoreService.Server namespace