Description
Create a new User object. PARAMETERS: Name (String), Description (String), Password (String).
Syntax
Public Function Create( _ 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