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.
Gets the credential type for this field.
Namespace: Microsoft.BusinessData.Infrastructure.SecureStore
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
ReadOnly Property CredentialType As SecureStoreCredentialType
Get
'Usage
Dim instance As ITargetApplicationField
Dim value As SecureStoreCredentialType
value = instance.CredentialType
SecureStoreCredentialType CredentialType { get; }
Property Value
Type: Microsoft.BusinessData.Infrastructure.SecureStore.SecureStoreCredentialType
The field credential type.
See Also
Reference
ITargetApplicationField Interface