Microsoft Internet Security and Acceleration Server 2000

FPCDialupEntries.Add Method

Creates a new FPCDialupEntry in the FPCDialupEntries collection and returns a reference to it. The Save method must be called for the new FPCDialupEntry to be saved to persistent storage.

VBScript Syntax[VBScript]

[ oFPCDialupEntry = ] FPCDialupEntries.Add( sName, sDialupNetworkConnection)

C++ Syntax[C++]

HRESULT Add(
  BSTR sName, 
  BSTR sDialupNetworkConnection, 
  IFPCDialupEntry **ppoFPCDialupEntry
);

Parameters

sName
Required. String that specifies the name of the new dialup entry.
sDialupNetworkConnection
String identifying the dialup network connection to be used in the dialup entry.

Return Value

oFPCDialupEntry
Reference to the FPCDialupEntry object.

Applies To

FPCDialupEntries