IFPCConnectionLimitPolicy::SpecialComputerSets property

Applies to: desktop apps only

The SpecialComputerSets property gets an FPCRefs collection that contains references to the FPCComputerSet objects defining the computer sets to which the special connection limits apply.

This property is read-only.

Syntax

HRESULT get_SpecialComputerSets(
  IFPCRefs **ppRefs
);
' Data type: FPCRefs

Property SpecialComputerSets( _
  ByVal ppRefs As IFPCRefs _
) As FPCRefs

Property value

Reference to an FPCRefs collection that contains references to the computer sets to which the special connection limits apply.

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. References to computer sets can be added or removed by calling the methods of the FPCRefs collection retrieved (the IFPCRefs interface retrieved in C++).

In Forefront TMG Management, the collection held in this property determines the list of computer sets on the IP Exceptions tab of the Flood Mitigation page.

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