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.
HRESULT get_RuleElements( IFPCRuleElements** ppRuleElements );
Address of an interface pointer that on return points to an IFPCRuleElements interface that represents collections of rule elements for the enterprise.
This property method returns S_OK if the call is successful; otherwise, it returns an error code.
Property RuleElements As FPCRuleElements
Reference to the FPCRuleElements object that provides access to collections of rule elements for the enterprise.
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.
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. |
Send comments about this topic to Microsoft
Build date: 11/30/2009
© 2008 Microsoft Corporation. All rights reserved.