UsersCollectionAdd Method |
|
DataPA OpenAnalytics API Reference
Adds a User to this collection.
Namespace: DataPAServerSecurityAssembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public void Add(
User User
)
Public Sub Add (
User As User
)
public:
virtual void Add(
User^ User
) sealed
Parameters
- User
- Type: DataPAServerSecurityUser
The object you wish to add to the collection.
Remarks See Also