Microsoft Internet Security and Acceleration Server 2004 SDK

RadiusServers Property of IFPCRuleElements[C++]

FPCRuleElements.RadiusServers [Visual Basic]

[C++]

The RadiusServers property gets an FPCRadiusServers collection that contains the RADIUS servers defined in the array.

HRESULT get_RadiusServers(
  IFPCRadiusServers** ppRadiusServers
);

Parameters

ppRadiusServers
Address of an interface pointer that on return points to an IFPCRadiusServers interface that represents the collection of all RADIUS servers defined in the array.

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. RADIUS servers can be added and removed by calling the Add and Remove methods of the IFPCRadiusServers interface retrieved.

[Visual Basic]

The RadiusServers property gets an FPCRadiusServers collection that contains the RADIUS servers defined in the array.

Property RadiusServers As FPCRadiusServers

Property Value

Reference to an FPCRadiusServers collection that contains the RADIUS servers defined in the array.

Remarks

This property is read-only. RADIUS servers can be added and removed by calling the Add and Remove methods of the FPCRadiusServers collection retrieved.

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

FPCRuleElements