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 not not available 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).
IDL

Declared in Msfpccom.idl.

DLL

Requires Msfpccom.dll.

See Also

FPCRef


Send comments about this topic to Microsoft

Build date: 11/30/2009

© 2008 Microsoft Corporation. All rights reserved.