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 ) |
| 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.