TargetApplicationField.CredentialType Property
Gets or sets the credential type of the field.
Namespace: Microsoft.Office.SecureStoreService.Server
Assembly: Microsoft.Office.SecureStoreService (in Microsoft.Office.SecureStoreService.dll)
Syntax
'Declaration
Public Property CredentialType As SecureStoreCredentialType
Get
Set
'Usage
Dim instance As TargetApplicationField
Dim value As SecureStoreCredentialType
value = instance.CredentialType
instance.CredentialType = value
public SecureStoreCredentialType CredentialType { get; set; }
Property Value
Type: Microsoft.BusinessData.Infrastructure.SecureStore.SecureStoreCredentialType
One of the enumeration values that indicates the credential type of the field.
Implements
ITargetApplicationField.CredentialType