FpcItemScope Enumeration

The FpcItemScope enumerated type contains values that indicate whether the item referenced by an FPCRef object is defined for an array or for the enterprise. This enumerated type is used for references to rule elements, such as computers, computer sets, content type sets, domain name sets, IP address ranges, protocol definitions, schedules, subnets, URL sets, and user sets.

Syntax

typedef enum FpcItemScope {
  fpcArrayScope
fpcArrayScope

The item referenced is defined on the array level.

		= 0,
  fpcEnterpriseScope
fpcEnterpriseScope

The item referenced is defined on the enterprise level.

   = 1
} FpcItemScope;

Constants

fpcArrayScope

The item referenced is defined on the array level.

fpcEnterpriseScope

The item referenced is defined on the enterprise level.

Remarks

Rule elements cannot be defined on the enterprise level in Forefront TMG Medium Business Edition.

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.