FPCReadOnlyIpRangeSet Collection

The FPCReadOnlyIpRangeSet collection holds a set of FPCReadOnlyIpRangeEntry objects that define read-only IP address ranges.

The FPCReadOnlyIpRangeSet collection can be accessed through the IpRanges property of an FPCAdapter object. In this case, the collection contains information about the IP address ranges that are routed through a network adapter.

This collection can also be accessed through the CalculatedEEIpRangeSet property of an FPCNetwork object. In this case, the collection contains the complete set of IP address ranges defining all the enterprise networks (not available in Forefront TMG Medium Business Edition) included in the network.

Click here to see the Forefront TMG object hierarchy.

Methods

The FPCReadOnlyIpRangeSet collection defines the following methods.

Method Description

IsIpInSet

Determines whether the specified IP address is included in an IP address range in the collection.

IsRangeContained

Determines whether the specified IP address range is contained within any of the IP address ranges in the collection.

IsRangeIntersect

Determines whether the specified IP address range intersects any of the IP address ranges in the collection.

Item

Retrieves the requested FPCReadOnlyIpRangeEntry object from the collection.

Refresh

Reads all of the properties of the collection and its elements from persistent storage, overwriting any changes that were not saved.

Properties

The FPCReadOnlyIpRangeSet collection defines the following properties.

Property Description

_NewEnum

Gets an enumerator object for the collection.

Count

Gets the number of FPCReadOnlyIpRangeEntry objects in the collection.

Interfaces for C++ Programming

This collection implements the IFPCReadOnlyIpRangeSet and IFPCEEReadOnlyIpRangeSet interfaces.

Requirements

Client Requires Windows Vista or Windows XP.
Server Requires Windows Server 2008.
Version Requires Forefront Threat Management Gateway (TMG).
IDL

Declared in Msfpccom.idl.

See Also

COM Objects


Send comments about this topic to Microsoft

Build date: 11/30/2009

© 2008 Microsoft Corporation. All rights reserved.