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 = 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
Client | Requires Windows 7 or Windows Vista. |
Server | Requires Windows Server 2008 R2 or Windows Server 2008 x64 Edition with SP2. |
Version | Requires Forefront Threat Management Gateway (TMG) 2010. |
Header | Declared in Comenum.h. |
See Also
Send comments about this topic to Microsoft
Build date: 6/30/2010