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.
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
Microsoft.Office.Server.ApplicationRegistry.Administration Namespace