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 containing external system object.
Namespace: Microsoft.SharePoint.BusinessData.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.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.SharePoint.BusinessData.Administration.LobSystem
The containing external system object.
Remarks
The "Set" part of this property has been deprecated.
Examples
Code Snippet: Add an Access Control Entry to a MetadataObject Using the Administration Object Model