IFPCIPOnNetwork::IPAddresses property

Applies to: desktop apps only

The IPAddresses property gets an FPCIPAddresses collection that contains the set of selected IP addresses on the network.

This property is read-only.

Syntax

HRESULT get_IPAddresses(
  IFPCIPAddresses **ppIPAddresses
);
' Data type: FPCIPAddresses

Property IPAddresses( _
  ByVal ppIPAddresses As IFPCIPAddresses _
) As FPCIPAddresses

Property value

Reference to an FPCIPAddresses collection that contains the set of selected IP addresses on the network.

Error codes

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

Remarks

This property is read-only. IP addresses can be added and removed by calling the methods of the FPCIPAddresses collection retrieved (the IFPCIPAddresses interface retrieved in C++).

Requirements

Minimum supported client

Windows Vista

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

DLL

Msfpccom.dll

See also

FPCIPOnNetwork

 

 

Build date: 7/12/2010