LobSystemInstance.MaximumConnections Property
NOTE: This API is now obsolete.
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
<ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.", _
False)> _
Public ReadOnly Property MaximumConnections As Integer
Get
'Usage
Dim instance As LobSystemInstance
Dim value As Integer
value = instance.MaximumConnections
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.",
false)]
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