Microsoft Internet Security and Acceleration Server 2000

FPCPolicyElements.ProtocolDefinitions Property

Gets a reference to an FPCProtocolDefinitions collection. This collection is used to access the Firewall service protocols. Only user-defined Firewall service protocols can be added and removed with the Add and Remove methods of the FPCProtocolDefinitions collection. Predefined protocols are read-only.

VBScript Syntax[VBScript]

[ collFPCProtocolDefinitions = ] FPCPolicyElements.ProtocolDefinitions

C++ Syntax[C++]

HRESULT get_ProtocolDefinitions(
  IFPCProtocolDefinitions **pcollFPCProtocolDefinitions
);

Parameters

collFPCProtocolDefinitions
Reference to an FPCProtocolDefinitions collection.

This property is read-only.

Applies To

FPCPolicyElements