Microsoft Internet Security and Acceleration Server 2000

FPCBandwidthRule.Description Property

Gets or sets the description of the set.

VBScript Syntax[VBScript]

FPCBandwidthRule.Description [ = sDescription ]

C++ Syntax[C++]

HRESULT get_Description(
  IFPCRefs **psDescription
);

HRESULT put_Description(
  IFPCRefs sDescription
);

Parameters

sDescription
String that specifies the description of the bandwidth rule.

The property is read-write.

Applies To

FPCBandwidthRule