Microsoft Internet Security and Acceleration Server 2000

FPCWebPublishingRule.AppliesToMethod Property

Gets or sets the method used for deciding to which users the rule applies.

VBScript Syntax[VBScript]

FPCWebPublishingRule.AppliesToMethod [ = AppliesToType ]

C++ Syntax[C++]

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

Parameters

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

The property is read-write.

Applies To

FPCWebPublishingRule