| RasUser - RAS privileges and call-back phone number for the user. (Ras property, Enables setting of the RAS privileges and call-back phone number for the user.) |
| AdminSetCallback | True if the user account is configured to have the administrator set the call-back number. |
| Boolean, RW | |
| CallerSetCallback | True if the remote user can specify a call-back phone number when dialing in. |
| Boolean, RW | |
| DialinPrivilege | Specifies if the user has permission to dial in to this server. |
| Boolean, RW | |
| NoCallback | True if the user has no call-back privilege. |
| Boolean, RW | |
| PhoneNumber | Specifies the call-back phone number for the user. |
| String, RW | |
| Privilege | A set of bit flags that specify the RAS privileges of the user. This member can be a combination of the rpDialinPrivilege flag and one of the call-back flags. |
| RasPrivileges, RW |
| ||
Set Srv = CreateObject("UserManager.Server")
Set Usr = Srv.Users("John")
Usr.Ras.AdminSetCallback = True
Usr.Ras.PhoneNumber = "61225407" |