Description
Create a new Directory Service (Windows Authenticated) User object. PARAMETERS: Name as String, Description as String.
Syntax
Public Function CreateDSUser( _ ByVal Name As Variant, _ ByVal Description As Variant, _ ByVal Password As Variant _ ) As User
Parameters
- Name
- Description
- Password
Remarks
In ER/Studio 8.5 and later, this method replaces the Add method.
See Also