IFPC::Arrays property

Applies to: desktop apps only

The Arrays property gets an FPCArrays collection that contains all the arrays for the root object. This property can be used to access an individual server within each array.

This property is read-only.

Syntax

HRESULT get_Arrays(
  IFPCArrays **ppArrays
);
' Data type: FPCArrays

Property Arrays( _
  ByVal ppArrays As IFPCArrays _
) As FPCArrays

Property value

Reference to an FPCArrays collection.

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.

This property is not supported in Forefront TMG Standard Edition or in any standalone deployment.

Examples

This VBScript script retrieves the arrays collection. It does not include error handling.

Option Explicit
Dim root
Dim arrays
' Create the root object.
Set root = CreateObject("FPC.Root")
' Get a reference to the arrays collection.
Set arrays = root.Arrays

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

FPC

 

 

Build date: 7/12/2010