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
)
Visual Basic
Public Sub New ( 
	Parent As UsersCollection,
	Username As String
)
Visual C++
public:
User(
	UsersCollection^ Parent, 
	String^ Username
)

Parameters

Parent
Type: DataPAServerSecurity..::..UsersCollection
The object that represents the parent of this object.
Username
Type: System..::..String
The username for this user

Remarks