Microsoft Internet Security and Acceleration Server 2004 SDK

SourceSelectionIPs Property of IFPCNetworkRule[C++]

FPCNetworkRule.SourceSelectionIPs [Visual Basic]

[C++]

The SourceSelectionIPs property gets an FPCSelectionIPs object that specifies the complete set of source IP addresses to which the rule applies. This set may include computers, networks, network sets, subnets, or IP address ranges.

HRESULT get_SourceSelectionIPs(
  IFPCSelectionIPs** ppSelectionIPs
);

Parameters

ppSelectionIPs
Address of an interface pointer that on return points to an IFPCSelectionIPs interface that represents the complete set of source IP addresses to which the rule applies.

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 SourceSelectionIPs property gets an FPCSelectionIPs object that specifies the complete set of source IP addresses to which the rule applies. This set may include computers, networks, network sets, subnets, or IP address ranges.

Property SourceSelectionIPs As FPCSelectionIPs

Property Value

Reference to an FPCSelectionIPs object that specifies the complete set of source IP addresses to which the rule applies.

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

FPCNetworkRule