Microsoft Internet Security and Acceleration Server 2004 SDK

FPCNetworkTemplates Collection

The FPCNetworkTemplates collection is an ordered set of FPCNetworkTemplate objects, each of which represents a network template. A network template defines the relationships between a set of ISA Server networks and the policies that control traffic between those networks.

Click here to see the ISA Server object hierarchy.

Methods

The FPCNetworkTemplates collection defines the following methods.

Method Description
Add Creates a new FPCNetworkTemplate object in the collection and returns a reference to it.
Item Retrieves the requested FPCNetworkTemplate object from the collection.
Refresh Recursively reads the values of all the properties of the collection and its elements, including all the properties of its subobjects and their elements (for collections), from persistent storage, overwriting any changes that were not saved.
Remove Removes the specified FPCNetworkTemplate object from the collection.
Save Writes the current values of all the writable properties of the collection and its elements to persistent storage.

Properties

The FPCNetworkTemplates collection has the following properties.

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

Remarks

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