Microsoft Internet Security and Acceleration Server 2000

FPCSiteAndContentRule.AppliesToMethod Property

Gets or sets the method used for deciding rule applicability.

VBScript Syntax[VBScript]

FPCSiteAndContentRule.AppliesToMethod [ = AppliesToType ]

C++ Syntax[C++]

HRESULT get_AppliesToMethod(
  FpcAppliesToType *pAppliesToType
);
 
HRESULT put_AppliesToMethod(
  FpcAppliesToType AppliesToType
);

Parameters

AppliesToType
Applicability method. It can have a value from the FpcAppliesToType enumerated type.

The property is read-write.

Applies To

FPCSiteAndContentRule