Share via


LobSystemInstance.MaximumConnections property

Gets the maximum number of connections.

Namespace:  Microsoft.SharePoint.BusinessData.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property MaximumConnections As Integer
    Get
'Usage
Dim instance As LobSystemInstance
Dim value As Integer

value = instance.MaximumConnections
public int MaximumConnections { get; }

Property value

Type: System.Int32
The maximum number of connections.

See also

Reference

LobSystemInstance class

LobSystemInstance members

Microsoft.SharePoint.BusinessData.Administration namespace