Microsoft Internet Security and Acceleration Server 2000

FPCListenEntries.Description Property

Gets or sets the description of the collection of listen entries.

VBScript Syntax[VBScript]

FPCListenEntries.Descriptions [ = sDescription ]

C++ Syntax[C++]

HRESULT get_Description(
  BSTR *psDescription
);

HRESULT put_Description(
  BSTR sDescription
);

Parameters

sDescription
String that specifies the description of the collection of listen entries.

The property is read-write.

Applies To

FPCListenEntries