Microsoft Internet Security and Acceleration Server 2000

FPCAccounts Collection

The FPCAccounts collection holds a group of FPCAccount objects. You can use this collection to define a set of accounts to be associated with a site and content rule or a protocol rule. This set is defined by accounts to include and by accounts to exclude. For example, you can define a set of "all users but John" by adding the account name for the all-users group as "included" and then adding John's account as "excluded".

This collection is a property of the FPCSiteAndContentRule and FPCProtocolRule objects.

Click here to see the ISA object hierarchy.

Note to C++ Programmers

This collection implements the IFPCAccounts interface.

Methods

The following table lists the methods of the FPCAccounts collection.

Method Description
Add Creates a new account object, inserts it into the collection, and returns a reference to it.
Item Retrieves the given FPCAccount object from the collection.
Refresh Reads the collection's configuration information from persistent storage, discarding any changes to the configuration that were not saved.
Remove Removes an account from the collection.
RemoveAll Clears the collection of all objects.

Properties

The following table lists the properties of the FPCAccounts collection.

Property Description
Count Gets the number of account objects in the collection.

Requirements

  Windows NT/2000: Requires Windows 2000.
  Version: Requires ISA Server 2000.
  Header: Msfpccom.idl.