RuleElements Property of the IFPCEEEnterprise Interface

The RuleElements property gets an FPCRuleElements object that provides access to collections of rule elements for the enterprise. These rule elements are used to define access rules in an enterprise policy.

[C++]
HRESULT get_RuleElements(
	IFPCRuleElements** ppRuleElements
);

Parameters

ppRuleElements

Address of an interface pointer that on return points to an IFPCRuleElements interface that represents collections of rule elements for the enterprise.

Return Value

This property method returns S_OK if the call is successful; otherwise, it returns an error code.

[Visual Basic]
Property RuleElements As FPCRuleElements

Property Value

Reference to the FPCRuleElements object that provides access to collections of rule elements for the enterprise.

Remarks

This property is read-only.

The FPCRuleElements object retrieved (the IFPCRuleElements interface retrieved in C++) provides access to collections of content type sets, schedules, protocol definitions, user sets, and sets of various types of network entities. However, it does not provide access to collections of authentication schemes, event definitions, RADIUS servers, or Web listeners because these rule elements are not defined on the enterprise level.

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

FPCEnterprise


Send comments about this topic to Microsoft

Build date: 11/30/2009

© 2008 Microsoft Corporation. All rights reserved.