DataClass.GetLobSystem Method
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
Public Function GetLobSystem As LobSystem
'Usage
Dim instance As DataClass
Dim returnValue As LobSystem
returnValue = instance.GetLobSystem()
public LobSystem GetLobSystem()
Return Value
Type: Microsoft.Office.Server.ApplicationRegistry.MetadataModel.LobSystem
An LobSystem object.
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.MetadataModel Namespace