'Declaration
Public Overloads Shared Function Exists( _ ByVal credentialName As System.String _ ) As System.Boolean
'Usage
Dim credentialName As System.String Dim value As System.Boolean value = Credential.Exists(credentialName)
public static System.bool Exists( System.string credentialName )
Parameters
- credentialName
- Username.
Return Value
True if the Credential definition exists and the user has Submit access to it.