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