Application.ConnectionSpeed Property

SharePoint Designer Developer Reference

Returns or sets an ConnectionSpeed value that indicates the user's Internet connection type.

Syntax

expression.ConnectionSpeed

expression   Required. A variable that represents an Application object.

Remarks

The ConnectionSpeed property is used in conjunction with the SlowPage property to determine the simulated download time of a Web page. The default value is ConnectionSpeed144.

See Also