Microsoft Internet Security and Acceleration Server 2000

FPCServerPublishingRule.AppliesToMethod Property

Gets or sets the method used for deciding the applicability of SecureNAT mapping.

VBScript Syntax[VBScript]

FPCServerPublishingRule.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

FPCServerPublishingRule