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 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. |
Interfaces for C++ Programming
This collection implements the IFPCAccounts interface.
Requirements
| Client | Requires Windows XP. |
|---|---|
| Server | Requires Windows Server 2003. Requires Windows Server 2003 or Windows 2000 for ISA Server 2004 Standard Edition. |
| Version | Requires Internet Security and Acceleration (ISA) Server 2006 or ISA Server 2004. |
| IDL | Declared in Msfpccom.idl. |