Microsoft Internet Security and Acceleration Server 2000

FPCContentGroup.Description Property

Gets or sets the description of the group.

VBScript Syntax[VBScript]

FPCContentGroup.Description [ = sDescription ]

C++ Syntax[C++]

HRESULT get_Description(
  BSTR *psDescription
);

HRESULT put_Description(
  BSTR sDescription
);

Parameters

sDescription
String that specifies the group description.

The property is read-write.

Applies To

FPCContentGroup