Microsoft Internet Security and Acceleration Server 2000

FPCProtocolDefinition.Description Property

Gets or sets the description of the protocol.

VBScript Syntax[VBScript]

FPCProtocolDefinition.Description [ = sDescription ]

C++ Syntax[C++]

HRESULT get_Description(
  BSTR *psDescription
);
 
HRESULT put_Description(
  BSTR sDescription
);

Parameters

sDescription
String that specifies the description of the protocol.

The property is read-write.

Applies To

FPCProtocolDefinition