The FpcMicrosoftUpdateSetting enumerated type contains values that indicate whether a Forefront TMG server will use the Microsoft Update service to check for updates.
typedef enum FpcMicrosoftUpdateSetting { fpcMicrosoftUpdateSetting_OptIn
The Forefront TMG server will use the Microsoft Update service to check for updates.
= 0, fpcMicrosoftUpdateSetting_OptOut
Forefront TMG server will not use the Microsoft Update service to check for updates.
= 1 } FpcMicrosoftUpdateSetting;
The Forefront TMG server will use the Microsoft Update service to check for updates.
Forefront TMG server will not use the Microsoft Update service to check for updates.
Client | Requires Windows Vista or Windows XP. |
---|---|
Server | Requires Windows Server 2008. |
Version | Requires Forefront Threat Management Gateway (TMG). |
Header |
Declared in Comenum.h. |
Send comments about this topic to Microsoft
Build date: 11/30/2009
© 2008 Microsoft Corporation. All rights reserved.