Microsoft Internet Security and Acceleration Server 2004 SDK

FPCAccounts Collection

The FPCAccounts collection holds a group of FPCAccount objects. You can use this collection to define a user set that can be associated with a policy rule. When a user set is associated with a policy rule, it can be configured to include or exclude the accounts defined in it. For example, you can apply a policy rule to "all users except John," by associating a user set that is defined with the account for the Everyone group and configured as "included," and then adding a user set that is defined with John's account and configured as "excluded."

This collection is typically accessed through the Accounts property of an FPCUserSet object, and through the DomainGroups property of an FPCVpnConfiguration object.

Click here to see the ISA Server object hierarchy.

Methods

The FPCAccounts collection defines the following methods.

Method Description
Add Creates a new FPCAccount object in the collection and returns a reference to it.
Item Retrieves the requested FPCAccount object from the collection.
Refresh Reads the values of all the properties of the collection and its elements from persistent storage, discarding any changes that were not saved.
Remove Removes the specified FPCAccount object from the collection.
RemoveAll Removes all of the FPCAccount objects from the collection.

Properties

The FPCAccounts collection has the following properties.

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

Remarks

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