Microsoft Internet Security and Acceleration Server 2000

FPCSiteAndContentRule.AppliesToContentMethod Property

Gets or sets the type of content to which the rule applies.

VBScript Syntax[VBScript]

FPCSiteAndContentRule.AppliesToContentMethod [ = FpcAppliesToContentMethodType ]

C++ Syntax[C++]

HRESULT get_AppliesToContentMethod(
  FpcAppliesToContentMethodType *pFpcAppliesToContentMethodType
);
 
HRESULT put_AppliesToContentMethod(
  FpcAppliesToContentMethodType FpcAppliesToContentMethodType
);

Parameters

FpcAppliesToContentMethodType
Type of content to which the rule applies. It can have a value of fpcAppliesToAllContent or fpcAppliesToSpecifiedContent from the FpcAppliesToContentMethodType enumerated type.

The property is read-write.

Applies To

FPCSiteAndContentRule