Microsoft Internet Security and Acceleration Server 2000

FPCSnapinNode.ParentArray Property

Gets the array under which you are creating an extension.The ParentArray property is an FPCArray object as exposed through the ISA administration COM object model.

VBScript Syntax[VBScript]

[ Array = ] FPCSnapinNode.ParentArray( Array )

C++ Syntax[C++]

HRESULT get_ParentArray(
  IDispatch **pArray
);

Parameters

Array
The parent array.

The property is read-only.

Applies To

FPCSnapinNode