Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Microsoft.Office.Server.ApplicationRegistry.Administration Namespace