Microsoft Internet Security and Acceleration Server 2000

FPCWebPublishingRule.SetDestination Method

Sets the destinations to which the rule applies.

VBScript Syntax[VBScript]

FPCWebPublishingRule.SetDestination(DestType, sDestinationSet, ItemScope )

C++ Syntax[C++]

HRESULT SetDestination ( 
  FpcDestinationSelection DestType, 
  BSTR sDestinationSet, 
  FpcItemScope ItemScope
);

Parameters

DestType
Required. Defines the type of destinations. Can have a value of the FpcDestinationSelection enumerated type.
sDestinationSet
Optional. String that specifies a set of destinations to use. Only used if DestType equals fpcDestinationSet.
ItemScope
Value from the FpcItemScope enumerated type. Only used if DestType equals fpcDestinationSet. Specifies whether the destination set is one of an array's own policy elements or is an enterprise policy element. The default value is fpcArrayScope.

Applies To

FPCWebPublishingRule