Microsoft Internet Security and Acceleration Server 2000

FPCProtocolRule.AppliesToMethod Property

Gets or sets the whether the rule applies to all requests, requests from specific users, or requests from specific computers.

VBScript Syntax[VBScript]

FPCProtocolRule.AppliesToMethod [ = AppliesToType ]

C++ Syntax[C++]

HRESULT get_AppliesToMethod(
  FpcAppliesToType *pAppliesToType
);

HRESULT put_AppliesToMethod(
  FpcAppliesToType AppliesToType
);

Parameters

AppliesToType
Value from the FpcAppliesToType enumerated type that indicates to what type of request the rule will apply.

The property is read-write.

Applies To

FPCProtocolRule