Share via


IFPCIpOptions::IPOptionsAction property

Applies to: desktop apps only

The IPOptionsAction property gets or sets a value from the FpcIpOptionsAction enumerated type that specifies whether packets will be allowed or denied with consideration of the IP options included in them.

This property is read/write.

Syntax

HRESULT put_IPOptionsAction(
  FpcIpOptionsAction Action
);

HRESULT get_IPOptionsAction(
  FpcIpOptionsAction *pAction
);
' Data type: FpcIpOptionsAction

Property IPOptionsAction( _
  ByVal Action As FpcIpOptionsAction, _
  ByVal pAction As FpcIpOptionsAction _
) As FpcIpOptionsAction

Property value

Value from the FpcIpOptionsAction enumerated type that specifies whether packets will be allowed or denied with consideration of the IP options included in them.

Error codes

These property methods return S_OK if the call is successful; otherwise, they return an error code.

Remarks

This property is read/write. Its value is set to fpcDenyPacketsSelectedIpOptions during Forefront TMG setup. This value indicates that all packets that include an IP option that is in the list of selected IP options will be blocked.

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

FPCIpOptions

 

 

Build date: 7/12/2010