Microsoft Internet Security and Acceleration Server 2000

FPCServerPublishingRule.ProtocolUsed Property

Gets a FPCRef object that represents the protocol used by the server publishing rule. Set the protocol by using the SetProtocol method.

VBScript Syntax[VBScript]

[ oFPCRef = ] FPCServerPublishingRule.ProtocolUsed

C++ Syntax[C++]

HRESULT get_ProtocolUsed(
  IFPCRef **poFPCRef
);

Parameters

oFPCRef
An FPCRef object that specifies the protocol.

The property is read-only.

Applies To

FPCServerPublishingRule