Microsoft Internet Security and Acceleration Server 2000

FPCClientAddressSets.Add Method

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

VBScript Syntax[VBScript]

[ oFPCClientAddressSet = ] FPCClientAddressSets.Add( sName )

C++ Syntax[C++]

HRESULT Add(
  BSTR sName, 
  IFPCClientAddressSet **ppoFPCClientAddressSet
);

Parameters

sName
Required. String that specifies the name of the new set.

Return Values

oFPCClientAddressSet
Returns a reference to the new FPCClientAddressSet object.

Applies To

FPCClientAddressSets