FpcItemScope enumeration
Applies to: desktop apps only
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 = 0,
fpcEnterpriseScope = 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 can be defined on the enterprise level only in Forefront TMG Enterprise Edition.
Requirements
Minimum supported client |
Windows Vista |
Minimum supported server |
Windows Server 2008 R2, Windows Server 2008 with SP2 (64-bit only) |
Version |
Forefront Threat Management Gateway (TMG) 2010 |
Header |
Comenum.h |
See also
Build date: 7/12/2010