Microsoft Internet Security and Acceleration Server 2000

FPCDialupEntry.DialupNetworkConnection Property

Gets or sets the name of the dialup network connection.This must be defined as network dial-up connection on all of the servers in the array.

VBScript Syntax[VBScript]

FPCDialupEntry.DialupNetworkConnection [= sConnection ]

C++ Syntax[C++]

HRESULT get_DialupNetworkConnection(
  BSTR *psConnection
);

HRESULT set_DialupNetworkConnection(
  BSTR sConnection
);

Parameters

sConnection
String that specifies the name of the dialup network connection.

The property is read-write.

Applies To

FPCDialupEntry