Share via


LobSystemInstance.MaximumConnections Property

Gets the maximum number of connections supported by this LobSystemInstance object.

Namespace:  Microsoft.Office.Server.ApplicationRegistry.Administration
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.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
An int that represents the maximum number of connections.

See Also

Reference

LobSystemInstance Class

LobSystemInstance Members

Microsoft.Office.Server.ApplicationRegistry.Administration Namespace