Microsoft Internet Security and Acceleration Server 2004 SDK

SourceSelectionIPs Property of IFPCPolicyRule[C++]

FPCPolicyRule.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.

HRESULT get_SourceSelectionIPs(
  IFPCSelectionIPs** ppSelectionIPs
);

Parameters

ppSelectionIPs
Address of an interface pointer that on return points to an IFPCSelectionIPs interface that specifies 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.

The DestinationSelectionIPs property of an FPCAccessProperties object can be used to retrieve the complete set of destination IP addresses to which an access rule applies.

[Visual Basic]

The SourceSelectionIPs property gets an FPCSelectionIPs object that specifies the complete set of source IP addresses to which the rule applies.

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.

The DestinationSelectionIPs property of an FPCAccessProperties object can be used to retrieve the complete set of destination IP addresses to which an access rule applies.

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

FPCPolicyRule