UserLevel - 0-5
Obsolete - The user level of the user – from 0 to 5. See the help file for SOAdmin client for more documentation on user level.
Namespace:
SuperOffice.COM.SuperOfficeDB
Assembly:
SuperOfficeDB.Interop (in SuperOfficeDB.Interop.dll) Version: 8.0.0.0
Syntaxshort UserLevel { get; set; }
Property UserLevel As Short
Get
Set
Dim instance As IUser
Dim value As Short
value = instance.UserLevel
instance.UserLevel = value
property short UserLevel {
short get ();
void set (short value);
}
Property Value
Type:
Int16Integer – the user level
ExamplesUserLevel
This text may be copied to the notepad, and saved as a *.vbs file. You need a running CRM 5 to make it work. (This example uses the SuperOffice COM application library and not the SuperOffice db library interface).
This will create a new user with username HUGO and password SUPER
See Also