'Declaration
Public Overloads Shared Function Delete( _ ByVal credentialName As System.String, _ ByVal js As Server _ ) As ValidationLog
'Usage
Dim credentialName As System.String Dim js As Server Dim value As ValidationLog value = Credential.Delete(credentialName, js)
public static ValidationLog Delete( System.string credentialName, Server js )
Parameters
- credentialName
- Credential Name.
- js
- JAMS Server.