IFPCVpnQuarantineSettings::QuarantineMode property

Applies to: desktop apps only

The QuarantineMode property gets or sets a value from the FpcVpnQuarantineMode enumerated type that specifies whether the VPN quarantine is enabled or disabled, and whether VPN clients are placed in quarantine according to the Forefront TMG policy or the RADIUS server policy.

This property is read/write.

Syntax

HRESULT put_QuarantineMode(
  FpcVpnQuarantineMode QuarantineMode
);

HRESULT get_QuarantineMode(
  FpcVpnQuarantineMode *pQuarantineMode
);
' Data type: FpcVpnQuarantineMode

Property QuarantineMode( _
  ByVal QuarantineMode As FpcVpnQuarantineMode, _
  ByVal pQuarantineMode As FpcVpnQuarantineMode _
) As FpcVpnQuarantineMode

Property value

Value from the FpcVpnQuarantineMode enumerated type that specifies whether the VPN quarantine is enabled or disabled, and whether VPN clients are placed in quarantine according to the Forefront TMG policy or the RADIUS server policy.

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 default value is fpcVpnQuarantineDisabled, which specifies that the VPN quarantine is not enabled and that Forefront TMG adds new VPN clients to the VPN Clients network without placing them in quarantine.

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

FPCVpnQuarantineSettings

 

 

Build date: 7/12/2010