GetProperty method of the BitsCompactServerUrlGroup class
The GetProperty method gets either the bandwidth or connection limit that is associated with the URL group.
Syntax
uint32 GetProperty(
[in] string Property,
[out] uint32 Value
);
Parameters
-
Property [in]
-
Specifies the property name to get. 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 [out]
-
Specifies the value for the property. The VARIANT type should be V_UI4.
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 |
|