User Constructor (UsersCollection, 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
)
Public Sub New (
Parent As UsersCollection,
Username As String,
Password As String
)
public:
User(
UsersCollection^ Parent,
String^ Username,
String^ Password
)
DataPAServerSecurity.User = function(Parent, Username, Password);
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
Remarks See Also