Microsoft Internet Security and Acceleration Server 2004 SDK

FPCIpRangeEntry

The FPCIpRangeEntry object defines a range of IP addresses. The lower and upper bounds of the range are set when the object is created by the Add method of an FPCIpRangeSet collection, and they can be modified by calling the SetIps method.

The FPCIpRangeEntry object is typically an element of an FPCIpRangeSet collection.

Click here to see the ISA Server object hierarchy.

Methods

The FPCIpRangeEntry object defines the following method.

Method Description
SetIps Sets the lower and upper bounds of the IP address range.

Properties

The FPCIpRangeEntry object has the following properties.

Property Description
IP_From Gets the lower bound of the IP address range.
IP_To Gets the upper bound of the IP address range.

Remarks

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