Scope Property of the IFPCEERef Interface
The Scope property gets a value from the FpcItemScope enumerated type that indicates whether the referenced item is defined on the array level or on the enterprise level. When an enterprise with central array management is deployed, 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 can be defined for an array or for the enterprise.
C++
HRESULT get_Scope(
FpcItemScope* pScope
);
Parameters
- pScope
Pointer to a variable that on return receives a value from the FpcItemScope enumerated type indicating whether the referenced item is defined on the array level or on the enterprise level.
Return Value
This property method returns S_OK if the call is successful; otherwise, it returns an error code.
Visual Basic
Property Scope As FpcItemScope
Property Value
Value from the FpcItemScope enumerated type that indicates whether the referenced item is defined on the array level or on the enterprise level.
Remarks
This property is read-only. It is set in the call to the Add or AddScopedItem method of the FPCRefs collection that created the reference.
Note Enterprise-level rule elements are available 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. |
IDL | Declared in Msfpccom.idl. |
DLL | Requires Msfpccom.dll. |
See Also
Send comments about this topic to Microsoft
Build date: 6/30/2010