Microsoft Internet Security and Acceleration Server 2004 SDK

FPCRef

The FPCRef object is used to reference another object. You can use the FPCRef object and the FPCRefs collection to retrieve values needed for specific scripting situations.

This object is typically an element of an FPCRefs collection.

Click here to see the ISA Server object hierarchy.

Methods

The FPCRef object defines the following methods.

Method Description
Refresh Reads the object's configuration information from persistent storage, discarding any changes to the configuration that were not saved.
Save Saves the object's configuration to persistent storage.

Properties

The FPCRef object has the following properties.

Property Description
IncludeStatus Gets a value from the FpcIncludeStatus enumerated type that specifies whether the referenced item is included in or excluded from the list of items to which a rule applies.
Name Gets the name of the object referenced by this object.

Remarks

This object implements the IFPCRef 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