FpcPublishedServerApplication Enumeration

The FpcPublishedServerApplication enumerated type contains values that specify the server application published by a Web publishing rule.

Syntax

typedef enum FpcPublishedServerApplication {
  fpcGeneralWebServer
fpcGeneralWebServer

The Web publishing rule does not publish a server application for which Forefront TMG provides specific support.

   = 0,
  fpcExchangeServer
fpcExchangeServer

The Web publishing rule publishes Exchange Server.

	 = 1,
  fpcSharePointServer
fpcSharePointServer

The Web publishing rule publishes SharePoint Server.

   = 2
} FpcPublishedServerApplication;

Constants

fpcGeneralWebServer

The Web publishing rule does not publish a server application for which Forefront TMG provides specific support.

fpcExchangeServer

The Web publishing rule publishes Exchange Server.

fpcSharePointServer

The Web publishing rule publishes SharePoint Server.

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.