Microsoft Internet Security and Acceleration Server 2000

FPCDialupEntry.Description Property

Gets or sets the description of the dialup entry. The description is stored as a string.

VBScript Syntax[VBScript]

FPCDialupEntry.Description [ = sDescription ]

C++ Syntax[C++]

HRESULT get_Description(
  BSTR *psDescription
);

HRESULT put_Description(
  BSTR sDescription
);

Parameters

sDescription
String that specifies the description of the dialup entry.

The property is read-write.

Applies To

FPCDialupEntry