Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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