Microsoft Internet Security and Acceleration Server 2004 SDK

FPCDialupNetworkConnections Collection

The FPCDialupNetworkConnections collection holds the names of the dial-up network connections that have been set up on an ISA Server computer. This object can be accessed through the DialupNetworkConnections property of an FPCServer object.

Note  This collection is not part of persistent storage and retrieves data from the dial-up connections file of the specified server.

Click here to see the ISA Server object hierarchy.

Methods

The FPCDialupNetworkConnections collection defines the following methods.

Method Description
Item Retrieves the requested dial-up connection entry from the collection.
Refresh Reads all of the dial-up connection entries from the dial-up connections file.

Properties

The FPCDialupNetworkConnections collection has the following properties.

Property Description
_NewEnum Gets an enumerator object for the collection.
Count Gets the number of dial-up connection entries in the collection.

Remarks

This collection implements the IFPCDialupNetworkConnections interface.

Requirements

Server: Requires Windows Server 2003 or Windows 2000.
Version: Requires Internet Security and Acceleration Server 2004.
Header: Declared in Msfpccom.idl.
Library: Use Microsoft Internet Security and Acceleration Server 2004 Administration Library.

See Also

COM Objects