QuarantineMode Property of the IFPCVpnQuarantineSettings Interface

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.

[C++]
HRESULT put_QuarantineMode(
	FpcVpnQuarantineMode QuarantineMode
);
HRESULT get_QuarantineMode(
	FpcVpnQuarantineMode* pQuarantineMode
);

Parameters

pQuarantineMode

Pointer to a variable that on return receives a value from the FpcVpnQuarantineMode enumerated type that indicates 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.

QuarantineMode

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.

Return Value

These property methods return S_OK if the call is successful; otherwise, they return an error code.
[Visual Basic]
Property QuarantineMode 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.

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

Client Requires Windows Vista or Windows XP.
Server Requires Windows Server 2008.
Version Requires Forefront Threat Management Gateway (TMG).
IDL

Declared in Msfpccom.idl.

DLL

Requires Msfpccom.dll.

See Also

FPCVpnQuarantineSettings


Send comments about this topic to Microsoft

Build date: 11/30/2009

© 2008 Microsoft Corporation. All rights reserved.