Microsoft Internet Security and Acceleration Server 2000

FPCArray.NetworkConfiguration Property

Gets an object that holds all network configuration settings for this array. You can access and manipulate network configurations through this property.

VBScript Syntax[VBScript]

[ oFPCNetworkConfiguration = ] FPCArray.NetworkConfiguration

C++ Syntax[C++]

HRESULT get_NetworkConfiguration(
  IFPCNetworkConfiguration **poFPCNetworkConfiguration
);

Parameters

oFPCNetworkConfiguration
Reference to an FPCNetworkConfiguration object.

This property is read-only.

Applies To

FPCArray