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

Parameters

Parent
Type: DataPAServerSecurity..::..UsersCollection
The object that represents the parent of this object.

Remarks