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.
typedef enum FpcItemScope { fpcArrayScope
The item referenced is defined on the array level.
= 0, fpcEnterpriseScope
The item referenced is defined on the enterprise level.
= 1 } FpcItemScope;
The item referenced is defined on the array level.
The item referenced is defined on the enterprise level.
Rule elements cannot be defined on the enterprise level in Forefront TMG Medium Business Edition.
Client | Requires Windows Vista or Windows XP. |
---|---|
Server | Requires Windows Server 2008. |
Version | Requires Forefront Threat Management Gateway (TMG). |
Header |
Declared in Comenum.h. |
Send comments about this topic to Microsoft
Build date: 11/30/2009
© 2008 Microsoft Corporation. All rights reserved.