Microsoft Internet Security and Acceleration Server 2004 SDK

DestinationSelectionIPs Property of IFPCSystemPolicyConfigGroup[C++]

FPCSystemPolicyConfigGroup.DestinationSelectionIPs [Visual Basic]

[C++]

The DestinationSelectionIPs property gets an FPCSelectionIPs object that specifies the complete set of destination IP addresses to which the rules of the configuration group apply. This set may include computers, networks, network sets, subnets, or IP address ranges.

HRESULT get_DestinationSelectionIPs(
  IFPCSelectionIPs** ppSelectionIPs
);

Parameters

ppSelectionIPs
Address of an interface pointer that on return points to an IFPCSelectionIPs interface that represents the complete set of destination IP addresses to which the rules of the configuration group apply.

Return Values

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

Remarks

This property is read-only. It can be modified through the properties of the IFPCSelectionIPs interface retrieved.

[Visual Basic]

The DestinationSelectionIPs property gets an FPCSelectionIPs object that specifies the complete set of destination IP addresses to which the rules of the configuration group apply. This set may include computers, networks, network sets, subnets, or IP address ranges.

Property DestinationSelectionIPs As FPCSelectionIPs

Property Value

Reference to an FPCSelectionIPs object that specifies the complete set of destination IP addresses to which the rules of the configuration group apply.

Remarks

This property is read-only. It can be modified through the properties of the FPCSelectionIPs object retrieved.

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

FPCSystemPolicyConfigGroup