Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Description

Creates a DBUser with the given data. PARAMETERS: Name (String), ExternalName (String), Password (String), Description (String).

Syntax

Code Block
languagevb
Public Function Add( _
   ByVal Name As Variant, _
   ByVal ExternalName As Variant, _
   ByVal Password As Variant, _
   ByVal Description As Variant _
) As DBUser

Parameters

  • Name
  • ExternalName
  • Password
  • Description


Info
titleSee Also