Share via


Entity.LobSystem Property

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

See Also

Reference

Entity Class

Entity Members

Microsoft.SharePoint.BusinessData.Administration Namespace