Microsoft Internet Security and Acceleration Server 2004 SDK

FPCAdapters Collection

The FPCAdapters collection holds a set of FPCAdapter objects that represent the available network adapters on a server. You can connect to the Internet through either a direct or dial-up connection. If you choose a direct connection, you need to set up an external network adapter. This collection is typically accessed through the Adapters property of an FPCServer object.

Click here to see the ISA Server object hierarchy.

Methods

The FPCAdapters collection defines the following methods.

Method Description
Item Retrieves the requested FPCAdapter object from the collection.
Refresh Recursively reads all the properties of the collection and its elements, including the properties of its subobjects and their elements (for collections), from persistent storage, discarding any changes that were not saved.

Properties

The FPCAdapters collection has the following properties.

Property Description
_NewEnum Gets an enumerator object for the collection.
Count Gets the number of FPCAdapter objects in the collection.

Remarks

This collection implements the IFPCAdapters 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