Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the LobSystem object associated with the LobSystemInstance object.
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 LobSystemInstance
Dim value As LobSystem
value = instance.LobSystem
instance.LobSystem = value
public LobSystem LobSystem { get; set; }
Property Value
Type: Microsoft.Office.Server.ApplicationRegistry.Administration.LobSystem
An LobSystem object.
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.Administration Namespace