IFPCConnectionLimitPolicy::DefaultLimit property

Applies to: desktop apps only

The DefaultLimit property gets an FPCConnectionLimit object that specifies the connection limits for a single IP address that is not configured as a special IP address.

This property is read-only.

Syntax

HRESULT get_DefaultLimit(
  IFPCConnectionLimit **ppConnectionLimits
);
' Data type: FPCConnectionLimit

Property DefaultLimit( _
  ByVal ppConnectionLimits As IFPCConnectionLimit _
) As FPCConnectionLimit

Property value

Reference to an FPCConnectionLimit object that specifies the connection limits for a single IP address that is not configured as a special IP address.

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. The connection limits for a single IP address that is not configured as a special IP address can be modified by setting the properties of the FPCConnectionLimit object retrieved (the IFPCConnectionLimit interface retrieved in C++).

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

FPCConnectionLimitPolicy

 

 

Build date: 7/12/2010