ApplicationRegistry.GetLobSystemsLikeName Method

NOTE: This API is now obsolete.

Gets the LobSystemInstance objects that have names that match the specified string.

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.")> _
Public Function GetLobSystemsLikeName ( _
    nameQuery As String _
) As LobSystemCollection
'Usage
Dim instance As ApplicationRegistry
Dim nameQuery As String
Dim returnValue As LobSystemCollection

returnValue = instance.GetLobSystemsLikeName(nameQuery)
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.")]
public LobSystemCollection GetLobSystemsLikeName(
    string nameQuery
)

Parameters

  • nameQuery
    Type: System.String

    A string that often consists of wildcards. It is used to construct the SQL "LIKE" query to be run against the back-end application.

Return Value

Type: Microsoft.Office.Server.ApplicationRegistry.Administration.LobSystemCollection
A collection of LobSystem objects whose names match the specified pattern.

Remarks

LIKE allows you to do a search based on a pattern rather than specifying exactly the names of the LobSystemInstance objects.

See Also

Reference

ApplicationRegistry Class

ApplicationRegistry Members

Microsoft.Office.Server.ApplicationRegistry.Administration Namespace