IFPCEENetworkConfiguration::EnterpriseNetworks property

Applies to: desktop apps only

The EnterpriseNetworks property gets an FPCEnterpriseNetworks collection of the enterprise networks defined in the enterprise.

This property is read-only.

Syntax

HRESULT get_EnterpriseNetworks(
  IFPCEEEnterpriseNetworks **ppEnterpriseNetworks
);
' Data type: FPCEnterpriseNetworks

Property EnterpriseNetworks( _
  ByVal ppEnterpriseNetworks As IFPCEEEnterpriseNetworks _
) As FPCEnterpriseNetworks

Property value

Reference to the FPCEnterpriseNetworks collection of the enterprise networks defined in the enterprise.

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 enterprise network through the FPCEnterpriseNetworks collection retrieved (the IFPCEEEnterpriseNetworks interface retrieved in C++).

This property is available only on an FPCNetworkConfiguration object (IFPCNetworkConfiguration interface in C++) accessed through the NetworkConfiguration property of the FPCEnterprise object (IFPCEEEnterprise interface 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

FPCNetworkConfiguration

 

 

Build date: 7/12/2010