DataPA Enterprise Dashboard Controls API Reference
Assembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
Creates and returns a new User object.
Namespace: DataPAServerSecurityAssembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public User( UsersCollection Parent, string Username, string Password, string Group ) |
Visual Basic |
---|
Public Sub New ( Parent As UsersCollection, Username As String, Password As String, Group As String ) |
Visual C++ |
---|
public: User( UsersCollection^ Parent, String^ Username, String^ Password, String^ Group ) |
Parameters
- Parent
- Type: DataPAServerSecurity..::..UsersCollection
The object that represents the parent of this object.
- Username
- Type: System..::..String
The username for this user
- Password
- Type: System..::..String
The password for this user
- Group
- Type: System..::..String