Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
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.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.
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 7 or Windows Vista. |
| Server | Requires Windows Server 2008 R2 or Windows Server 2008 x64 Edition with SP2. |
| Version | Requires Forefront Threat Management Gateway (TMG) 2010. |
| IDL | Declared in Msfpccom.idl. |
| DLL | Requires Msfpccom.dll. |
See Also
Send comments about this topic to Microsoft
Build date: 6/30/2010