FpcMicrosoftUpdateSetting Enumeration

The FpcMicrosoftUpdateSetting enumerated type contains values that indicate whether a Forefront TMG server will use the Microsoft Update service to check for updates.

Syntax

typedef enum FpcMicrosoftUpdateSetting {
  fpcMicrosoftUpdateSetting_OptIn
fpcMicrosoftUpdateSetting_OptIn

The Forefront TMG server will use the Microsoft Update service to check for updates.

	= 0,
  fpcMicrosoftUpdateSetting_OptOut
fpcMicrosoftUpdateSetting_OptOut

Forefront TMG server will not use the Microsoft Update service to check for updates.

   = 1
} FpcMicrosoftUpdateSetting;

Constants

fpcMicrosoftUpdateSetting_OptIn

The Forefront TMG server will use the Microsoft Update service to check for updates.

fpcMicrosoftUpdateSetting_OptOut

Forefront TMG server will not use the Microsoft Update service to check for updates.

Requirements

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

Declared in Comenum.h.

See Also

Enumerated Types


Send comments about this topic to Microsoft

Build date: 11/30/2009

© 2008 Microsoft Corporation. All rights reserved.