Share via


MapTileServerConfiguration.MaxConnections Property

 

Gets or sets the maximum number of connections to Bing Maps SOAP Services.

Namespace:   Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)

Syntax

public int MaxConnections { get; set; }
public:
property int MaxConnections {
    int get();
    void set(int value);
}
member MaxConnections : int with get, set
Public Property MaxConnections As Integer

Property Value

Type: System.Int32

Returns Int32.

See Also

MapTileServerConfiguration Class
Microsoft.Reporting.WinForms Namespace

Return to top