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