DataPA Enterprise Dashboard Controls API Reference
Creates and returns a new User object.

Namespace: DataPAServerSecurity
Assembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public User(
	UsersCollection Parent,
	string Username,
	string Password
)
Visual Basic
Public Sub New ( 
	Parent As UsersCollection,
	Username As String,
	Password As String
)
Visual C++
public:
User(
	UsersCollection^ Parent, 
	String^ Username, 
	String^ Password
)

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

Remarks