Microsoft Internet Security and Acceleration Server 2004 SDK

ParentArray Property of IFPCSnapinNode[C++]

FPCSnapinNode.ParentArray [Visual Basic]

[C++]

The ParentArray property gets an FPCArray object that represents the array under which the extension is being created.

HRESULT get_ParentArray(
  IDispatch** ppArray
);

Parameters

ppArray
Address of a pointer to IDispatch that on return points to the IFPCArray interface representing the array under which the extension is being created.

Return Values

This property method returns S_OK if the call is successful; otherwise, it returns an error code.

Remarks

This property is read-only.

This property retrieves an FPCArray object as exposed through the ISA Server administration COM object model.

[Visual Basic]

The ParentArray property gets an FPCArray object that represents the array under which the extension is being created.

Property ParentArray As IDispatch

Property Value

Reference to an FPCArray object representing the array under which the extension is being created.

Remarks

This property is read-only.

This property retrieves an FPCArray object as exposed through the ISA Server administration COM object model.

Requirements

Server: Requires Windows Server 2003 or Windows 2000.
Version: Requires Internet Security and Acceleration Server 2004.
Header: Declared in Msfpccom.idl.
Library: Use Microsoft Internet Security and Acceleration Server 2004 Administration Library.

See Also

FPCSnapinNode