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.
HRESULT put_QuarantineMode( FpcVpnQuarantineMode QuarantineMode ); HRESULT get_QuarantineMode( FpcVpnQuarantineMode* 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.
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.
Property QuarantineMode As FpcVpnQuarantineMode
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. 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.
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. |
Send comments about this topic to Microsoft
Build date: 11/30/2009
© 2008 Microsoft Corporation. All rights reserved.