IFPCNetworkConfiguration::NetworkSets property

Applies to: desktop apps only

The NetworkSets property gets an FPCNetworkSets collection of network sets.

This property is read-only.

Syntax

HRESULT get_NetworkSets(
  IFPCNetworkSets **ppNetworkSets
);
' Data type: FPCNetworkSets

Property NetworkSets( _
  ByVal ppNetworkSets As IFPCNetworkSets _
) As FPCNetworkSets

Property value

Reference to the FPCNetworkSets collection of network sets.

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 the properties of each network set through the FPCNetworkSets collection retrieved (the IFPCNetworkSets interface retrieved in C++).

When an enterprise with central array management is deployed, an FPCNetworkSets collection is defined within each array and on the enterprise level.

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

FPCNetworkConfiguration

 

 

Build date: 7/12/2010