'DeclarationPublic Overloads Shared Function Delete( _ ByVal credentialName As System.String, _ ByVal js As Server _ ) As ValidationLog
'UsageDim 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.