LobSystemInstance.AuthenticationType Property
NOTE: This API is now obsolete.
Gets the authentication type used for the 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 AuthenticationType As String
Get
'Usage
Dim instance As LobSystemInstance
Dim value As String
value = instance.AuthenticationType
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.",
false)]
public string AuthenticationType { get; }
Property Value
Type: System.String
A string containing DBAuthenticationMode or WebServiceAuthentication.
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.Administration Namespace