Microsoft Internet Security and Acceleration Server 2000

FPCClientAddressSet.Add Method

Creates a new client object, inserts it into the collection, and returns a reference to it.

VBScript Syntax[VBScript]

[ oFPCIpRange = ] FPCClientAddressSet.Add( sIp_From, sIp_To )

C++ Syntax[C++]

HRESULT Add(
  BSTR sIp_From, 
  BSTR sIp_To, 
  IFPCIpRange **ppoFPCIpRange
);

Parameters

sIp_From
Required. String that specifies the lower bound of the IP range in x.y.z.t format.
sIp_To
Required. String that specifies the upper bound of the IP range, in x.y.z.t format.

Return Values

oFPCIpRange
Reference to the FPCIpRange object.

Applies To

FPCClientAddressSet