LobSystem.ConnectionManagerTypeName Property

Specifies whether the business application's connection manager is of type Web Service or database.

Namespace:  Microsoft.Office.Server.ApplicationRegistry.Administration
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
Public Property ConnectionManagerTypeName As String
    Get
    Set
'Usage
Dim instance As LobSystem
Dim value As String

value = instance.ConnectionManagerTypeName

instance.ConnectionManagerTypeName = value
public string ConnectionManagerTypeName { get; set; }

Property Value

Type: System.String
A string containing Microsoft.Office.Server.ApplicationRegistry.SystemSpecific.WebService.WebServiceConnectionManager or Microsoft.Office.Server.ApplicationRegistry.SystemSpecific.Database.DatabaseConnectionManager.

See Also

Reference

LobSystem Class

LobSystem Members

Microsoft.Office.Server.ApplicationRegistry.Administration Namespace