MaxProfs Property (Connect Control)
Windows - Visual C++
read only
Description
The MaxProfs property returns the
maximum number of profiles this user is allowed.
Syntax
long value = GetMaxProfs();
The MaxProfs syntax has these parts:
Part |
Description |
|
value |
A Long integer containing maximum number of profiles this user is allowed. |
Remarks
This does not guarantee that the
user can create this many profiles; the server may have reached its
limit on total number of profiles.
Back to: Connect Properties