FPCReadOnlyIpRangeSet collection

Applies to: desktop apps only

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

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

This collection is also accessed through the CalculatedEEIpRangeSet property of the FPCNetwork object. In this case, the collection contains the complete set of IP address ranges defining all the enterprise networks (available only in Forefront TMG Enterprise Edition) included in the network.

Ff825988.bkbutton(en-us,VS.85).png Click here to see the Forefront TMG object hierarchy.

Members

The FPCReadOnlyIpRangeSet collection has these types of members:

  • Methods
  • Properties

Methods

The FPCReadOnlyIpRangeSet collection has these 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 has these properties.

Property Access type Description

_NewEnum

Read-only

Gets an enumerator object for the collection.

Count

Read-only

Gets the number of FPCReadOnlyIpRangeEntry objects in the collection.

 

Interfaces for C++ Programming

This collection implements the IFPCReadOnlyIpRangeSet and IFPCEEReadOnlyIpRangeSet interfaces.

Requirements

Minimum supported client

Windows Vista, None supported

Minimum supported server

Windows Server 2008 R2, Windows Server 2008 with SP2 (64-bit only)

Version

Forefront Threat Management Gateway (TMG) 2010

IDL

Msfpccom.idl

See also

COM Objects

 

 

Build date: 7/12/2010