Microsoft Internet Security and Acceleration Server 2000

FPCEnterprise.PolicyElements Property

Gets an object holding all enterprise policy configurations. The FPCPolicyElements object itself has many properties that are important to ISA configuration, such as all scheduling information, destination sets, client address sets, protocol definitions, all filtering information, and all bandwidth class information. You can access these configuration areas programmatically.

VBScript Syntax[VBScript]

[ oFPCPolicyElements = ] FPCEnterprise.PolicyElements

C++ Syntax[C++]

HRESULT get_PolicyElements(
  IFPCPolicyElements **poFPCPolicyElements
);

Parameters

oFPCPolicyElements
Reference to an FPCPolicyElements object.

This property is read-only.

Applies To

FPCEnterprise