Microsoft Internet Security and Acceleration Server 2000

FPCPolicyElements.DialupEntries Property

Gets a collection of all dialup entries in this array. You can use the FPCDialUpEntries collection that is returned to update dialup entries programmatically.

VBScript Syntax[VBScript]

[ collFPCDialupEntries = ] FPCPolicyElements.DialupEntries

C++ Syntax[C++]

HRESULT get_DialupEntries(
  IFPCDialupEntries **pcollFPCDialupEntries
);

Parameters

collFPCDialupEntries
Reference to the FPCDialUpEntries collection.

This property is read-only.

Applies To

FPCPolicyElements