IFPCISPRedundancyConfig::ISPs property

Applies to: desktop apps only

The ISPs property gets an FPCISPs collection that contains objects defining all the links to Internet service providers (ISPs) for the network.

This property is read-only.

Syntax

HRESULT get_ISPs(
  IFPCISPs **ppISPs
);
' Data type: FPCISPs

Property ISPs( _
  ByVal ppISPs As IFPCISPs _
) As FPCISPs

Property value

Reference to an FPCISPs collection that contains objects defining all the links to ISPs for 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. You can add, delete, or modify the links to ISPs for the network by calling the methods of the FPCISPs collection retrieved (the IFPCISPs 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

FPCISPRedundancyConfig

 

 

Build date: 7/12/2010