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.