ITargetApplicationDefinition.Type Property
Retrieves the type of the target application.
Namespace: Microsoft.BusinessData.Infrastructure.SecureStore
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
ReadOnly Property Type As TargetApplicationType
Get
'Usage
Dim instance As ITargetApplicationDefinition
Dim value As TargetApplicationType
value = instance.Type
TargetApplicationType Type { get; }
Property Value
Type: Microsoft.BusinessData.Infrastructure.SecureStore.TargetApplicationType
The target application type.
See Also
Reference
ITargetApplicationDefinition Interface