Microsoft Internet Security and Acceleration Server 2000

FPCAlert.Description Property

Gets or sets the description of the alert object.

VBScript Syntax[VBScript]

FPCAlert.Description [ = sDescription ]

C++ Syntax[C++]

HRESULT get_Description(
  BSTR *psDescription
);

HRESULT put_Description(
  BSTR sDescription
);

Parameters

sDescription
String value that describes the alert object.

The property is read-write.

Applies To

FPCAlert