Share via


IFPCAttackDetection::IpOptions property

Applies to: desktop apps only

The IpOptions property gets an FPCIpOptions object (IFPCIpOptions interface in C++) that enables configuration of the IP options checking mechanism.

This property is read-only.

Syntax

HRESULT get_IpOptions(
  IFPCIpOptions **ppIpOptions
);
' Data type: FPCIpOptions

Property IpOptions( _
  ByVal ppIpOptions As IFPCIpOptions _
) As FPCIpOptions

Property value

Reference to an FPCIpOptions object.

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. You can configure the IP options checking mechanism through the properties of the FPCIpOptions object retrieved (the IFPCIpOptions 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

FPCAttackDetection

 

 

Build date: 7/12/2010