Microsoft Internet Security and Acceleration Server 2004 SDK

DefaultLimit Property of IFPCConnectionLimitPolicy[C++]

FPCConnectionLimitPolicy.DefaultLimit [Visual Basic]

[C++]

The DefaultLimit property gets an FPCConnectionLimit object that specifies the connection limits for a default user.

HRESULT get_DefaultLimit(
  IFPCConnectionLimit** ppConnectionLimits
);

Parameters

ppConnectionLimits
Address of an interface pointer that on return points to an IFPCConnectionLimit interface that specifies the connection limits for a default user.

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. It can be modified by setting the properties of the IFPCConnectionLimit interface retrieved.

[Visual Basic]

The DefaultLimit property gets an FPCConnectionLimit object that specifies the connection limits for a default user.

Property DefaultLimit As FPCConnectionLimit

Property Value

Reference to an FPCConnectionLimit object that specifies the connection limits for a default user.

Remarks

This property is read-only. It can be modified by setting the properties of the FPCConnectionLimit object 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

FPCConnectionLimitPolicy