SetProperty method of the BitsCompactServerUrlGroup class

The SetProperty method sets either the bandwidth or connection limit in BYTEs per second.

Syntax

uint32 SetProperty(
  [in] string Property,
  [in] uint32 Value
);

Parameters

Property [in]

Specifies the property name to set for the URL group. This string can be set to one of the following values.

ConnectionLimit (Specifies the connection limit property name. )

BandwidthLimit (Specifies the bandwidth limit property name. )

Value [in]

Specifies the value to set for the property. The minimum value for the BandwidthLimit property is 1024 bytes.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2008 R2
Redistributable
Windows Management Framework on Windows Server 2008 with SP2
Namespace
Root\microsoft\bits
MOF
BitsProvider.mof

See also

BitsCompactServerUrlGroup