User Constructor (UsersCollection, String, String, String) |
|
DataPA OpenAnalytics API Reference
Creates and returns a new User object.
Namespace: DataPAServerSecurityAssembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public User(
UsersCollection Parent,
string Username,
string Password,
string Group
)
Public Sub New (
Parent As UsersCollection,
Username As String,
Password As String,
Group As String
)
public:
User(
UsersCollection^ Parent,
String^ Username,
String^ Password,
String^ Group
)
DataPAServerSecurity.User = function(Parent, Username, Password, Group);
Parameters
- Parent
- Type: DataPAServerSecurityUsersCollection
The object that represents the parent of this object. - Username
- Type: SystemString
The username for this user - Password
- Type: SystemString
The password for this user - Group
- Type: SystemString
Remarks See Also