Microsoft Internet Security and Acceleration Server 2000

FPCArray.Components Property

Gets a set of flags that indicate the components that are installed in this array.

VBScript Syntax[VBScript]

[ lComponents = ] FPCArray.Components

C++ Syntax[C++]

HRESULT get_Components(
  long *plComponents
);

Parameters

lComponents
Long value that specifies the component flags by using values from the FpcComponents enumerated type.

The property is read-only.

Applies To

FPCArray