CalculatedEEIpRangeSet Property of the IFPCEENetwork Interface

The CalculatedEEIpRangeSet property gets an FPCReadOnlyIpRangeSet collection that contains the effective set of IP addresses ranges included in the network, which is the union of all the IP address ranges defining the network and all the IP address ranges defining the enterprise networks included in the network.

[C++]
HRESULT get_CalculatedEEIpRangeSet(
	IFPCEEReadOnlyIpRangeSet** ppCalculatedEEIpRangeSet
);

Parameters

ppCalculatedEEIpRangeSet

Address of an interface pointer that on return points to the IFPCEEReadOnlyIpRangeSet interface that represents the effective set of IP addresses ranges included in the network.

Return Value

This property method returns S_OK if the call is successful; otherwise, it returns an error code.

[Visual Basic]
Property CalculatedEEIpRangeSet As FPCReadOnlyIpRangeSet

Property Value

Reference to the FPCReadOnlyIpRangeSet collection that contains the effective set of IP addresses ranges included in the network.

Remarks

This property is read-only.

Enterprise networks can be defined only when an enterprise with central array management is deployed.

Note  Enterprise networks are not available in Forefront TMG Medium Business Edition.

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.

DLL

Requires Msfpccom.dll.

See Also

FPCNetwork


Send comments about this topic to Microsoft

Build date: 11/30/2009

© 2008 Microsoft Corporation. All rights reserved.