Versions Compared

Key

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

...

Create a new Directory Service (Windows Authenticated) User object. PARAMETERS: Name as (String), Description as (String).

Syntax

Code Block
languagevb
Public Function CreateDSUser( _
   ByVal Name As Variant, _
   ByVal Description As Variant, _
   ByVal Password As Variant _
) As User

Parameters

  • Name
  • Description
  • Password

Remarks

...


Info
titleSee Also