FpcAppliesToContentMethodType Enumeration

The FpcAppliesToContentMethodType enumerated type contains values that specify whether an access rule applies to all types of content or only to specified types of content.

Syntax

typedef enum FpcAppliesToContentMethodType {
  fpcAppliesToAllContent
fpcAppliesToAllContent

The rule applies to all types of content.

		 = 0,
  fpcAppliesToSpecifiedContent
fpcAppliesToSpecifiedContent

The rule applies to specified content.

   = 1
} FpcAppliesToContentMethodType;

Constants

fpcAppliesToAllContent

The rule applies to all types of content.

fpcAppliesToSpecifiedContent

The rule applies to specified content.

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.