Microsoft Internet Security and Acceleration Server 2004 SDK

FPCNonWindowsUsers Collection

The FPCNonWindowsUsers collection contains an ordered set of FPCNonWindowsUser objects. An FPCNonWindowsUser object represents a single user who is not an Active Directory user. For more information, see Defining Groups of Users.

This collection is typically accessed through the NonWindowsUsers property of an FPCUserSet object.

Click here to see the ISA Server object hierarchy.

Methods

The FPCNonWindowsUsers collection defines the following methods.

Method Description
Add Creates a new FPCNonWindowsUser object in the collection and returns a reference to it.
AddEveryoneUserOfNamespace Creates a new FPCNonWindowsUser object for the user called "Everyone" in the specified namespace, adds it to the collection, and returns a reference to it.
Item Retrieves the requested FPCNonWindowsUser 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 have not been saved.
Remove Removes the specified FPCNonWindowsUser object from the collection.
RemoveAll Removes all of the FPCNonWindowsUser objects from the collection.
RemoveEveryoneUserOfNamespace Removes the FPCNonWindowsUser object for the user called "Everyone" in the specified namespace from the collection.
Save Writes the current values of all the properties of the collection and its elements to persistent storage.

Properties

The FPCNonWindowsUsers collection has the following properties.

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

Remarks

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