Entity.LobSystem Property
Sets or gets the LobSystem object that the entity belongs to.
Namespace: Microsoft.Office.Server.ApplicationRegistry.Administration
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Property LobSystem As LobSystem
Get
Set
'Usage
Dim instance As Entity
Dim value As LobSystem
value = instance.LobSystem
instance.LobSystem = value
public LobSystem LobSystem { get; set; }
Property Value
Type: Microsoft.Office.Server.ApplicationRegistry.Administration.LobSystem
The LobSystem object.
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.Administration Namespace