Microsoft Internet Security and Acceleration Server 2000

FPCDialupEntries.ActiveEntry Property

Gets or sets the active FPCDialupEntry object. Only one dial-up entry can be active at a time. The active dial-up entry may be used for routing rules and firewall chaining. You cannot delete the active entry.

Note  When you set an active dial-up entry, all existing dial-up connections are disconnected.

VBScript Syntax[VBScript]

FPCDialupEntries.ActiveEntry [ = sDialUpEntryName ] 

C++ Syntax[C++]

HRESULT get_ActiveEntry(
  BSTR *psDialUpEntryName
);

HRESULT put_ActiveEntry(
  BSTR sDialUpEntryName
);

Parameters

sDialUpEntryName
String value that specifies the name of the active dialup entry.

The property is read-write.

Applies To

FPCDialupEntries