IUserDialinInfo Interface

Inherited from

IDispatch

IUnknown

IADs

Applies to Objects

User

The IUserDialinInfo interface is exposed from the User object. You can use this interface to get and set various dialin properties of a user. These properties can be set for both domain users and local users.

Property Name

Description

Callback

Gets and sets the type of callback rights the user has

CallbackPhoneNumber

Gets and sets the telephone number to be used used for a callback. This is to be set only if the Callback property is set to "Preset".

DialinPrivilege

Gets and sets a flag that indicates whether or not the user has rights to dialin to the server.

Example

Dim UserDialinInfo As IUserDialinInfo
'Get the dialininfo interface for user object
Set UserDialinInfo = GetObject ("NTDS://DomainName/UserName")

 

See Also