Microsoft Internet Security and Acceleration Server 2004 SDK

Type Property of IFPCArray[C++]

FPCArray.Type [Visual Basic]

[C++]

The Type property gets a value from the FpcArrayType enumerated type that indicates whether the array consists of a single stand-alone server or multiple servers.

HRESULT get_Type(
  FpcArrayType* pType
);

Parameters

pType
Pointer to a variable that on return receives a value from the FpcArrayType enumerated type indicating whether the array consists of a single stand-alone server or multiple servers.

Return Values

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

The Type property gets a value from the FpcArrayType enumerated type that indicates whether the array consists of a single stand-alone server or multiple servers.

Property Type As FpcArrayType

Property Value

Value from the FpcArrayType enumerated type that indicates whether the array consists of a single stand-alone server or multiple servers.

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

FPCArray