IFPCNetwork2::ISPRedundancyConfig property
Applies to: desktop apps only
The ISPRedundancyConfig property gets an FPCISPRedundancyConfig object that holds the Internet service provider (ISP) redundancy configuration settings for the network.
This property is read-only.
Syntax
HRESULT get_ISPRedundancyConfig(
IFPCISPRedundancyConfig **ppISPRedundancyConfig
);
' Data type: FPCISPRedundancyConfig
Property ISPRedundancyConfig( _
ByVal ppISPRedundancyConfig As IFPCISPRedundancyConfig _
) As FPCISPRedundancyConfig
Property value
Reference to an FPCISPRedundancyConfig object that holds the ISP redundancy configuration settings 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 access and modify the ISP redundancy configuration settings for the network through the properties of the FPCISPRedundancyConfig object retrieved (the IFPCISPRedundancyConfig 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
Build date: 7/12/2010