DataClass.GetLobSystem Method
NOTE: This API is now obsolete.
Gets the LobSystem object this DataClass object (entity) belongs to.
Namespace: Microsoft.Office.Server.ApplicationRegistry.MetadataModel
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
<ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.", _
False)> _
Public Function GetLobSystem As LobSystem
'Usage
Dim instance As DataClass
Dim returnValue As LobSystem
returnValue = instance.GetLobSystem()
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.",
false)]
public LobSystem GetLobSystem()
Return Value
Type: Microsoft.Office.Server.ApplicationRegistry.MetadataModel.LobSystem
An LobSystem object.
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.MetadataModel Namespace