User Constructor (UsersCollection, 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
)
Public Sub New (
Parent As UsersCollection,
Username As String
)
public:
User(
UsersCollection^ Parent,
String^ Username
)
DataPAServerSecurity.User = function(Parent, Username);
Parameters
- Parent
- Type: DataPAServerSecurityUsersCollection
The object that represents the parent of this object. - Username
- Type: SystemString
The username for this user
Remarks See Also