Users.Add

This function adds a standard (non-integrated) user into the collection.

Syntax Parameters Return Value
Function Users.Add( _
    Name As String, _
    Password As String) As User
  • Name [in]

Type: String

  • Password [in]

Type: String

User